dLocal · Example Payload

Kyc Create Verification Example

PaymentsPayoutsEmergingMarketsLatAmAfricaAsiaFXFintech

Kyc Create Verification Example is an example object payload from dLocal, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "type": "REMITTANCE",
    "flow": "remitter",
    "notification_url": "https://merchant.example.com/dlocal/kyc-webhooks",
    "attributes": {
      "first_name": "Maria",
      "last_name": "Silva",
      "document": "53033315550",
      "document_type": "CPF",
      "country": "BR",
      "email": "maria.silva@example.com"
    }
  },
  "response": {
    "id": "ver-7c9e6679-7425-40de-944b-e07fc1f90ae7",
    "type": "REMITTANCE",
    "status": "PENDING",
    "status_detail": "Verification under review",
    "created_date": "2026-05-24T14:32:11.000Z",
    "expiration_date": "2026-05-25T14:32:11.000Z",
    "attributes": {
      "first_name": "Maria",
      "last_name": "Silva",
      "country": "BR"
    }
  }
}