GET
/
wallet
/
customer
/
balance
Customer Wallet Balance
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
}

Headers

Authorization
string
required

Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'

Query Parameters

walletId
string

Optional. Search wallet by wallet ID

Example:

"16c8c17b-8a66-4f8b-b195-269e92f831ae"

Response

200 - application/json

Customer Wallet Balance

The response is of type object.