POST /customers
Registers a new customer on the platform. Customers can be of type Individual or Business. The response includes an id
, which is required for subsequent operations.
POST /customers/:id/documents
Allows you to upload the documents required for identity and/or business verification. This API endpoint uses FormData to handle uploads.
id_card
(e.g., RG)drivers_license
(e.g., CNH)passport
proof_of_address
(proof of address)incorporation_articles
(e.g., articles of incorporation, certificate of formation, or state business registration extract)incumbency_cert
shareholder_registry
proof_of_address
(dated within the last 3 months), such as:
PDF
, PNG
, or JPEG
POST /customers/:id/verifications
Initiates the KYC/KYB verification process for the customer.GET /customers/:id/verifications
Returns the current verification status of the customer: approved
, temporary_rejection
, final_rejection
, pending
.
This API allows you to monitor the status of the verification process initiated via the Start Customer Verification endpoint. The response includes: