Skip to main content
GET

Endpoint

Authentication

string
required
Bearer token with your API key. Must have Read Balance permission.

Path Parameters

string
required
The unique identifier of the merchant. Must match the merchant ID associated with the API key.

Response

string
The current balance of the merchant’s wallet as a decimal string (e.g., “50000.00”)

Use Cases

  • Balance Monitoring: Automated alerts when balance reaches a threshold
  • Dashboard Integration: Display current balance in POS or admin systems
  • Reconciliation: Regular balance checks for accounting purposes
  • Pre-payout Validation: Check available balance before requesting payouts

Example: Balance Monitoring Script