Balance Inquiry
The API allows the merchant to check the balance(s) for the different currencies they might hold.
Headers
Name
Type
Description
{
"code": 200,
"status": "success",
"message": "Request completed successfully.",
"data": {
"merchant_wallets": [
{
"merchant_id": 6,
"currency": "UGX",
"balance": 2009768
}
]
}
}{
"code": 400,
"status": "error",
"message": "secret-key is required",
"data": {}
}Last updated