curl --request GET \
--url https://api.cashful.africa/api/canary/customers/{id}/balance \
--header 'Authorization: Bearer <token>'{
"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"
}Retrieves the real-time balance for a customer’s cash balance (wallet feature)
curl --request GET \
--url https://api.cashful.africa/api/canary/customers/{id}/balance \
--header 'Authorization: Bearer <token>'{
"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"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the customer
Successfully retrieved customer's cash balance