{
"payments": [
{
"id": 12345,
"amount": 100.00,
"currency": "USD",
"status": "completed",
"customer": {
"id": 67890,
"name": "John Doe",
"email": "johndoe@example.com",
"phone": "123-456-7890"
},
"order": {
"id": 54321,
"total": 200.00,
"currency": "USD",
"status": "completed"
},
"transaction_date": "2022-01-01T12:00:00+00:00",
"payment_method": "credit_card",
...
},
...
]
}