curl --location '/v3/api/business/reseller/clients/client_abc123/credits' \
--header 'Authorization: Bearer <token>'{
"balance": 25,
"currency": "NGN",
"transactions": [
{
"type": "DEBIT",
"amount": 5,
"description": "Spa booking — Zen Wellness Spa",
"timestamp": 1746878400000
},
{
"type": "DEBIT",
"amount": 3,
"description": "Class booking — Morning Yoga Flow",
"timestamp": 1746594000000
},
{
"type": "CREDIT",
"amount": 50,
"description": "Credits purchase — 50 Credits Pack",
"timestamp": 1746700000000
}
],
"message": "Credits retrieved successfully"
}