JSON PATH | Description | Example | Format | Required |
---|
client_id | Identifier associated to you | 15bfc289-de75-4668-bb11-3998aadf226d | UUID | No |
account_id | The Identifier associated to Account | fcd0cecb-90dd-4ae2-879f-d0eda6fbddd4 | UUID | Yes |
JSON PATH | Description | Example | Format | Required |
---|
account_id | The Identifier associated to Account | fcd0cecb-90dd-4ae2-879f-d0eda6fbddd4 | UUID | Yes |
account_profile_id | The Identifier of the Account Profile the Account is associated with | 84b1625e-f6d4-4d05-8b10-9d84ea42d292 | UUID | Yes |
account_currency | The currency of the account | 826 | string | Yes |
account_type | The type of Account. Single or Multi | single | string | Yes |
behaviour_id | The Identifier of the Behaviour to be associated with the account_id | 0c84b219-6b5a-4296-85db-e3b5bbcdca52 | UUID | No |
account_balance | The total balance of the account. This is not the amount that can be spent. A minus figure indicates a debit balance | 1000 | string | Yes |
account_balance_direction | Credit means a positive balance, whereas Debit means the balance is in negative | Credit | string | Yes |
available_account_balance | The value that is available to be spent | 1000 | string | Yes |
available_account_balance_direction | Credit means a positive balance, whereas Debit means the balance is in negative | Credit | string | Yes |
pending_authorized_amount | The total amount of authorized spend if applicable | 1000 | string | Yes |
trace_id | The Identifier associated with the API | 15bfc289-de75-4668-bb11-3998aadf226d | UUID | Yes |
{
"account_id": "fcd0cecb-90dd-4ae2-879f-d0eda6fbddd4",
"account_profile_id": "84b1625e-f6d4-4d05-8b10-9d84ea42d292",
"account_currency": "826",
"account_type": "single",
"behaviour_id": "0c84b219-6b5a-4296-85db-e3b5bbcdca52",
"account_balance": "400",
"account_balance_driection": "credit",
"avalible_account_balance": "100",
"avaliable_account_balance_direction": "credit",
"pending_authorized_amount": "300",
"trace_id": "15bfc289-de75-4668-bb11-3998aadf226d"
}