dLocal · Example Payload

Payments Pix Example

PaymentsPayoutsEmergingMarketsLatAmAfricaAsiaFXFintech

Payments Pix 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": {
    "amount": 250.50,
    "currency": "BRL",
    "country": "BR",
    "payment_method_id": "PIX",
    "payment_method_flow": "DIRECT",
    "payer": {
      "name": "Joao Pereira",
      "email": "joao@example.com",
      "document": "12345678909"
    },
    "order_id": "ORDER-998877",
    "notification_url": "https://merchant.example.com/dlocal/webhooks"
  },
  "response": {
    "id": "D-9-pix-abc123",
    "amount": 250.50,
    "currency": "BRL",
    "country": "BR",
    "payment_method_id": "PIX",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "status": "PENDING",
    "status_detail": "The payment is pending",
    "ticket": {
      "qr_code": "00020126360014BR.GOV.BCB.PIX0114+5511999999999...",
      "expiration_date": "2026-05-24T20:32:11.000Z"
    },
    "created_date": "2026-05-24T14:32:11.000Z",
    "order_id": "ORDER-998877"
  }
}