Check the current balance of your service wallet.
402 INSUFFICIENT_SERVICE_BALANCE
and no payments can be processed until you top up.
availableBalance vs ledgerBalance| Field | Description |
|---|---|
availableBalance | Spendable balance after pending deductions. Use this for fee sufficiency checks. |
ledgerBalance | Total balance including pending items. |
Use your API key as the username. Leave the password field empty.
Authorization: Basic <base64(apikey:)>You can also pass the raw API key:
Authorization: Basic <apikey>