cURL
curl --request GET \ --url https://staging-vouchers.ventogram.com/api/v1/balance \ --header 'X-Api-Key: <api-key>' \ --header 'X-Api-User: <api-key>'
{ "success": true, "message": "<string>", "data": { "currency": "<string>", "merchant": "<string>", "amount": 123, "txnCount": 123 } }
Retrieves account balance for the selected currency
One of supported currencies
NGN
USD
successful operation
true
false
Show child attributes
The currency passed by merchant
Merchant'susername
Merchant's balance amount
Total count of voucher redeemption for a given merchant