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
Documentation IndexFetch the complete documentation index at: https://docs.getpartna.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getpartna.com/llms.txt
Use this file to discover all available pages before exploring further.
One of supported currencies
NGN
USD
successful operation
true
Show child attributes
Was this page helpful?