dLocal · Example Payload

Payments Retrieve Payment Example

PaymentsPayoutsEmergingMarketsLatAmAfricaAsiaFXFintech

Payments Retrieve Payment 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": {
    "method": "GET",
    "url": "/payments/D-4-cf8a3c44-2bd9-49d3-b7b5-2c63b94ad44a"
  },
  "response": {
    "id": "D-4-cf8a3c44-2bd9-49d3-b7b5-2c63b94ad44a",
    "amount": 120.00,
    "currency": "BRL",
    "country": "BR",
    "payment_method_id": "CARD",
    "payment_method_type": "CARD",
    "payment_method_flow": "DIRECT",
    "card": {
      "holder_name": "Maria Silva",
      "expiration_month": 10,
      "expiration_year": 2028,
      "brand": "VI",
      "last4": "1111"
    },
    "created_date": "2026-05-24T14:32:11.000Z",
    "approved_date": "2026-05-24T14:32:12.000Z",
    "status": "PAID",
    "status_code": "200",
    "status_detail": "The payment was paid",
    "order_id": "ORDER-657874",
    "refunds": []
  }
}