JSON PATH | Description | Example | Format | Required |
---|
account_id | The Identifier associated to Account | fcd0cecb-90dd-4ae2-879f-d0eda6fbddd4 | UUID | Yes |
JSON PATH | Description | Example | Format | Required |
---|
account_balance | The total balance of the account. This is not the amount that can be spent. A minus figure indicates a debit balance | 200 | string | Yes |
available_account_balance | The value that is available to be spent. A minus figure indicates a debit balance | 100 | string | Yes |
overdraft_value | The agreed value of the Overdraft. This does not identify the value of the Overdraft used | 500 | string | No |
pending_authorized_amount | The total amount of authorized spend if applicable | 100 | string | Yes |
trace_id | The Identifier associated with the API | 15bfc289-de75-4668-bb11-3998aadf226d | string | Yes |
{
"account_balance": "200",
"available_account_balanc": "100",
"overdraft_value": "500",
"pending_authorized_amount": "100",
"trace_id": "15bfc289-de75-4668-bb11-3998aadf226d"
}