Retrieve account balances
Retrieve the current balances for all accounts.
GET /api/accountBalances
For the full schema, see Account balances.
Example request
GET https://staging-api.vitessepsp.com/api/accountBalances
Authorization: Bearer <access_token>
Example response
[
{
"AccountId": 338,
"AccountName": "Claims Account EUR",
"Balance": 9998799.99,
"Currency": "EUR",
"CreditTotal": 10000099.99,
"DebitTotal": 1300.00,
"LastUpdatedOn": "2020-01-28T17:11:47.113Z"
}
]Updated 17 days ago