post
https://api-bnpl.sandbox.geru.com.br/application//approval
Runs the anti-fraud review process for the loan application with selfie liveness validation. This step is required before finalizing the contract signing.
QI Tech SDK Integration: Partner needs to integrate the QI Tech SDK into the front-end for selfie liveness capture.
SDK Documentation: https://docs.qitech.com.br/documentation/caas/face_recognition/android/liveness
Integration Flow:
- Call the QI Tech SDK liveness function with the customer's CPF (required parameter)
- The SDK captures the customer's selfie and performs liveness detection
- The SDK returns a
registration_keyfor the validated face liveness - Send this registration key to this endpoint
Backend Validation: On the backend, we validate the liveness using QI Tech's Natural Person Onboarding API: https://docs.qitech.com.br/documentation/caas/onboarding/natural_person
The registration key is used to validate the liveness based on pre-established anti-fraud rules, including face matching, liveness detection, fraud prevention, and identity verification.
