Call this end point to fetch the total program balance grouped by account types. Separate information is provided for ledger, available and suspense balance.
Returns total program balance grouped by account types
Bad request
Unauthorized
Account not found
Server Error
curl -i -X GET \ 'https://qvapikeybank.qolopay.com/api/{version}/accounts/balances?program_guid=497f6eca-6276-4993-bfeb-53cbbbba6f08' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f",
- "account_type": "GENERAL",
- "total_available_balance": 0,
- "total_ledger_balance": 0,
- "total_suspense_balance": 0
}