Balance Inquiry
The API allows the merchant to check the balance(s) for the different currencies they might hold.
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Sample Balance Inquiry Request
curl https://gwapisdbx.gbipayments.com/data/wallet-balances \
-H "Accept: application/json" \
-H "x-api-version: 1" \
-H "public-key: your-public-key" \
-H "secret-key: your-secret-key"{
"code": 200,
"status": "success",
"message": "Request completed successfully.",
"data": {
"merchant_wallets": [
{
"available_balance": 40000,
"actual_balance": 40000,
"currency": "UGX",
"uncleared_balance": 40000,
"reserve_balance": 0,
"wallet_type": "MERCHANT_COLLECTION"
},
{
"available_balance": 0,
"actual_balance": 0,
"currency": "UGX",
"uncleared_balance": 0,
"reserve_balance": 0,
"wallet_type": "MERCHANT_PAYOUT"
}
]
}
}
Wallet Types
Wallet Type
Description
Balance Descriptions
Balance Name
Description
Last updated