public.customers
Get Customer Balances
Retrieves the available, pending, and locked NGN balances Daya holds for a merchant's customer.
get/v1/customers/{id}/balances
Path parameters
idstring required
Customer ID (UUID format)
Response
OK
Example response
{
"data": [
{
"available": "125000.00",
"currency": "NGN",
"locked": "0.00",
"pending": "0.00"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.