v1

latestOpenAPI 3.1.02026-07-245361280.3 KB
Account management

Get account balance

This service can be used to check the balance of an existing account.

get/v2/accounts/{account_id}/balances

Path parameters

account_idstring required
Example:d907f733-5e17-4470-b963-f2ac2c11a440

User’s dLocal account ID.

Response

OK

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"
}