Skip to Content
Wallet balance

Wallet balance

GET /v1/wallet/balance
curl "https://api.subthingy.io/v1/wallet/balance" \ -H "X-Merchant-Key: mk_your_key_id" \ -H "X-Merchant-Secret: your_issued_secret"

Sample response:

{ "state": "ok", "result": { "wallets": [ { "phone": "08030000000", "balance": "125000.50", "client_name": "YOUR-MERCHANT-MTN" } ], "total": "125000.50" } }

Available for merchants with MTN wallet integration configured.

Last updated on