Retrieves the real-time balance for a single customer’s “cash balance” (the “wallet-enabling” feature).
Path Parameters
The unique identifier of the customer
Response
Unique identifier for the balance record
The customer’s unique identifier
Total cash balance amount
Amount available for immediate use
Amount pending from recent transactions
ISO 8601 timestamp when the balance was created
ISO 8601 timestamp when the balance was last updated
Example Response
{
"id": "balance_001",
"customerId": "customer_789",
"amount": 5000,
"currency": "ZAR",
"available": 5000,
"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.