GET
curl -i -X GET \
https://api.glomopay.com/api/v1/balances \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Success
The amount owed to Glomo, for all currencies. This is non-zero when a chargeback or RFI debit was applied against an insufficient balance; it is cleared automatically on your next top-up.
Response
{ "available": [ { … } ], "pending": [ { … } ], "deficit": [ { … } ], "funded_balances": { "available": [ … ], "pending": [ … ], "deficit": [ … ] } }