For Facilitator Partner, use this API is to get current balance information of your registered bank account.
{
   "balance": "25000.00"
}
HTTP Request
GET BASE_URL/api/v1/bank_accounts/bank_account_id/balance
Request Parameters
| Parameter | Description | 
|---|---|
| bank_account_id | StringBank account ID to be used when creating payouts | 
Return Parameter
| Parameter | Description | 
|---|---|
| balance | Balance information for partner |