v1

latestOpenAPI 3.1.02026-07-245361280.3 KB
Manage payouts

Get balance

This service allows you to check your available balance for making payouts.

get/payouts/v3/balance

Response

Balance retrieved

account_idstring

User’s dLocal account ID.

available_for_withdrawalsnumber

Balance available for withdrawals.

payins_in_transitnumber

Payments amount not settled yet (in the currency entered in the field currency).

pending_settlementsnumber

Settlements amount in transit (in the currency entered in the field currency).

current_balancenumber

Total balance amount processed (in the currency entered in the field currency).

current_balance_datestring date

Balance last calculation timestamp (YYYY-MM-DDTHH:mm:ss).

currencystring

Balance currency.

Example response

{
  "account_id": "d907f733-5e17-4470-b963-f2ac2c11a440",
  "current_balance_date": "2023-07-26T13:38:05.476063096Z",
  "currency": "ARS"
}