Consult the requests status
In order to open the payment account, its mandatory to have succesful in this 3 steps during the request:
- Send and approval of all images
- Send and analysis of the registration data
- Request to open the payment account
While the steps above is taking place, it’s possible to query the process status through the following endpoint: https://api.bankly.com.br/baas/onboardstatus/document/status
Status | Definition |
---|---|
Created | Account created successfully |
ImagesApproved | The images that were sent were approved |
ImagesRejected | The images that were sent was reproved. You must query the reason in rejectedReasons string. |
Analysis | Still analysing the data and images that were sent |
Approved | KYC PF approved |
Rejected | KYC PF reproved |
Error | Data validation error |
Creating | Account creating still processing |