This endpoint uploads a document for a customer’s verification.
Bearer authentication header on the format Bearer <API_KEY>.
Optional UUID v4 idempotency key. If you resend the same key with a different request body, the API returns a 409 error. Cached responses include the header X-Idempotency-Cached: true. Keys expire after 24 hours.
Customer's unique identifier.
Document file to be uploaded. Maximum size is 50MB. Accepts images (JPG, PNG) and PDF.
Document type.
ID_CARD, PASSPORT, DRIVERS_LICENSE, BANK_STATEMENT, INCOME_TAX_RETURN, DELIVERY_RECEIPT, SELFIE, INCORPORATION_ARTICLES, SHAREHOLDER_REGISTRY, DIRECTORS_REGISTRY, POWER_OF_ATTORNEY, REGULATED_ACTIVITY_DOCUMENT, SIGNED_BALANCE_SHEET, SIGNED_CORPORATE_STRUCTURE_CHART, SIGNED_INCOME_STATEMENT, OTHER "ID_CARD"
Document country using ISO 3166-1 alpha-3 code.
"BRA"
Document side. Required only for ID_CARD, PASSPORT, and DRIVERS_LICENSE.
FRONT_SIDE, BACK_SIDE "FRONT_SIDE"
Associated party's unique identifier. Required when uploading documents for associated parties.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Document successfully uploaded.