{
"success": true,
"status": 200,
"message": "Statement retrieved successfully",
"data": {
"entries": [
{
"transactionId": "TXN-20260115-ABC123",
"type": "DEBIT",
"amount": 250,
"currency": "USD",
"description": "Payout to customer account",
"balanceBefore": 5000,
"balanceAfter": 4750,
"createdAt": "2026-01-15T14:30:00+00:00"
},
{
"transactionId": "TXN-20260114-DEF456",
"type": "CREDIT",
"amount": 1200,
"currency": "USD",
"description": "Collection received from customer",
"balanceBefore": 3800,
"balanceAfter": 5000,
"createdAt": "2026-01-14T09:15:00+00:00"
}
],
"count": 2
},
"meta": {
"requestId": "req_abc123def456",
"timestamp": "2026-01-15T14:35:00+00:00"
}
}