cURL
curl --request GET \ --url https://api.notchpay.co/balance \ --header 'Authorization: <api-key>'
{ "code": 200, "status": "OK", "message": "Balance retrieved", "balance": { "reserved": 1000, "total": 50000, "pending": 2000, "available": 47000, "currency": "XAF", "environment": "live" } }
Currency code
Balance retrieved
The response is of type object.
object
Was this page helpful?