Skip to main content

BalanceResponse

Data object
AccountIdstring
Example: acc-12345
BalanceAmount object
Amountstringrequired

Possible values: Value must match regular expression ^\d{1,13}\.\d{1,5}$

Example: 150.00
Currencystringrequired

Possible values: Value must match regular expression ^[A-Z]{3,3}$

Example: GBP
CreditDebitIndicatorstring

Possible values: [Credit, Debit]

Example: Credit
BalanceResponse
{
"Data": {
"AccountId": "acc-12345",
"BalanceAmount": {
"Amount": "150.00",
"Currency": "GBP"
},
"CreditDebitIndicator": "Credit"
}
}