{
"status": true,
"message": "success",
"data": {
"details": {
"first_name": "John", // string
"last_name": "Doe", // string
"email": "[email protected]", // string
"phone": "+255712345678", // international format
"created_at": "2025-05-20T05:12:57.822Z", // string
"id": "CUS_q2VolejRejNmGQ", // string
},
"transactions": [
{
"id": "TX_q2VolejRejNmGQ", // string
"amount": 100, // int
"currency": "SSP", // string
"status": "completed", // string
"created_at": "2025-05-20T05:12:57.822Z" // string
}
]
}
}