v1
latestOpenAPI 3.1.02026-07-2414339465.7 KBGet Reserve Balance
get/provider-accounts/balances
Query parameters
companyIDstring required
Zeal company ID
account_typestring
Type of reserve account. Can be: reserve or direct_pay_reserve
start_atstring
limitinteger
Response
200
Example response
{
"success": true,
"data": [
{
"companyID": "7b11e9d6275c429f2a8361c5b47a2b9",
"providerAccountID": "5d08b21f63784290c58a2d06128f4d75",
"account_type": "reserve",
"available_balance": 100,
"current_balance": 100,
"status": "open"
}
]
}