Webhooks
Implementation for Status communication for KYC, Loans, and Repayment.
Last updated
Implementation for Status communication for KYC, Loans, and Repayment.
Last updated
Webhook url:
https://api-sandbox.fuap.ai/api/webhooks/status/{personal_loan, home_loan, credit_card}
Once all necessary info to begin review of the KYC submission is submitted Fuap returns status “IN_REVIEW” via KYC status update webhooks.
After the submitted KYC information is reviewed , if the submission is verified, Fuap returns status “COMPLETED” and you will notify the customer that they can now begin the loan application
If the KYC submission fails, return status “FAILED” and a failure reason. If the failure reason is terminal, Fuap will notify the customer that they cannot consult loans with the Fuap. If the failure reason can be fixed via resubmission, Fuap will ask the customer to resubmit KYC data via the same endpoint.