account
Get accounts information
Retrieve all accounts information for the merchant
get/api/v1/accounts
Response
OK
Example response
[
{
"debit": {
"accountId": 23422,
"balance": 900.5
},
"credit": {
"accountId": 32423,
"balance": 190.5
}
}
]