v1

latestOpenAPI 3.0.02026-07-242444105.9 KB
Accounts

Balance

Get the balance for an account

get/v4/accounts/balance/{accountId}

Path parameters

accountIdinteger required
Example:123

The account id

Response

The balance was retrieved successfully

accountIdnumber required

The id of the account

settledstring required

The settled balance of the account. This is formatted with a '.' decimal separator and without thousand separators

availablestring required

The balance available with which to make payments from the account. This is formatted with a '.' decimal separator and without thousand separators

Example response

{
  "settled": "1234.12",
  "available": "1234.12"
}