Skip to main content

Balance

iduuid

internal ID of the account balance

accountuuid

internal ID of the account the balance is associated with

datedate-timerequired

ISO 8601

Example: 2018-09-15T15:53:00Z
amount objectrequired
amountnumberrequired
Example: 123.45
currencyCurrencyrequired

ISO 4217 currency code

Example: USD, EUR, AUD, NZD
creditAvailablenumber
Example: 123.45
Balance
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"account": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"date": "2018-09-15T15:53:00Z",
"amount": {
"amount": 123.45,
"currency": "USD, EUR, AUD, NZD"
},
"creditAvailable": 123.45
}