To open a payment account at Bankly, the applicant must perform the on-boarding process in which images and requested registration data are sent.

The first step of on-boarding consists of image analysis, they are:

  • Selfie
  • Front of document
  • Back of document

📘

Selfie

The selfie should also include the front of the document so that you can compare the photo of the document with the face present in the selfie.

550

🚧

Valid document types

RG - (Brazilian Identity Document)
CNH - (Brazilian Driver License)

To our APIs to make the necessary validations of the images sent, they must be directed to the following endpoint: https://api.bankly.com.br/api/documents

To check the status of the analysis of the images sent, the endpoint must also be sent: https://api.bankly.com.br/api/documents

Validation statusDescription
"ImagesRejected"The images that were sent was reproved. You must query the reason in rejectedReasons string.
"ImagesApproved"The images that were sent were approved.