dLocal · Example Payload

Payouts V3 Get Balance Example

PaymentsPayoutsEmergingMarketsLatAmAfricaAsiaFXFintech

Payouts V3 Get Balance 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": "/payouts/v3/balance"
  },
  "response": {
    "currency": "USD",
    "available_balance": 42123.12,
    "previous_day_closing_balance": 200000,
    "current_balance_date": "2026-05-23"
  }
}