cURL
curl --request GET \ --url https://nini.monieswitch.com/wallet/customer/balance \ --header 'Authorization: <authorization>'
{ "data": { "wallet": { "accountName": "Baba Rabby", "accountNumber": "4441519402", "balance": 0, "bankName": "Xpress Wallet", "mode": "SANDBOX", "tier": 3 } }, "status": true }
Customer Wallet Balance
Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'
Optional. Search wallet by wallet ID
"16c8c17b-8a66-4f8b-b195-269e92f831ae"
The response is of type object.
object