{
"data": {
"receipts": [
{
"id": "rec_1a2b3c4d5e6f",
"receipt_number": "RCT-2024-001",
"amount": "500.00",
"currency": "GMD",
"payment_method": "wave",
"customer_name": "John Doe",
"customer_email": "john@example.com",
"customer_phone": "+2207654321",
"org_name": "Acme Corp",
"org_email": "billing@acme.com",
"status": "completed",
"created_at": "2024-01-15T14:30:00Z",
"mode": "live",
"livemode": true
},
{
"id": "rec_9z8y7x6w5v4u",
"receipt_number": "RCT-2024-002",
"amount": "1250.00",
"currency": "GMD",
"payment_method": "qmoney",
"customer_name": "Jane Smith",
"customer_email": "jane@example.com",
"org_name": "Acme Corp",
"status": "completed",
"created_at": "2024-01-16T10:15:00Z",
"mode": "live",
"livemode": true
}
],
"total": 45,
"limit": 20,
"offset": 0
}
}