Retrieves the merchant’s own master balance (their earnings) available for payouts.
Query Parameters
The ID of the merchant whose balance is being requested. If omitted, defaults to the authenticated merchant.
Response
Unique identifier for the balance record
The merchant’s unique identifier
Amount available for immediate withdrawal
Amount pending from recent transactions
ISO 8601 timestamp when the balance record was created
ISO 8601 timestamp when the balance was last updated
Example Response
{
"id": "balance_merchant_456",
"merchantId": "merchant_456",
"amount": 50000,
"currency": "ZAR",
"available": 50000,
"pending": 0,
"createdAt": "2025-01-15T10:30:00.000Z",
"updatedAt": "2025-01-15T10:30:00.000Z"
}
Error Responses
Invalid or missing authentication token
An unexpected error occurred on the server
Authentication
This endpoint requires Bearer token authentication.