Invoice Payments
Get trust accounts with balances for specific client
Returns trust accounts list for specific client.
get/clients/{client_id}/trust-accounts
Query parameters
organization_idstring required
Example:0001
Organization ID
client_idinteger
Example:2
Client ID
Response
Successful operation
Example response
{
"message": "success.",
"data": {
"trust_accounts": [
{
"id": 20,
"name": "Trust Asset Account",
"account_label": "Trust Asset Account (USD)",
"currency": "USD",
"currency_id": 234,
"balance": 10000000000
}
]
}
}