v1

latestOpenAPI 3.1.02026-07-245361280.3 KB
Onboard accounts

Get account KYC information

This service can be used to check all KYC information sent and missing information.

get/v2/accounts/{account_id}/kyc

Path parameters

account_idstring required
Example:d907f733-5e17-4470-b963-f2ac2c11a440

User’s dLocal account ID.

Response

OK

account_idstring

User’s dLocal account ID.

Example response

{
  "account_id": "d907f733-5e17-4470-b963-f2ac2c11a440",
  "errors": [
    {
      "name": "copy_of_id_front",
      "code": "documents_duplicate_type",
      "description": "Uploaded document is duplicated"
    }
  ],
  "required_fields": [
    {
      "name": "company_information.tax_id",
      "status": "COMPLETED",
      "last_updated": "2023-07-10T00:00:00.000Z",
      "url": "www.dlocal.com/proof_of_life_d907f733-5e17-4470-b963-c2ac2c11a440",
      "type": "field"
    }
  ]
}