{
"payments": [
{
"id": "123456789",
"order_id": "987654321",
"amount": 100.00,
"currency": "USD",
"status": "paid",
"created_at": "2022-01-01T12:00:00+00:00",
"updated_at": "2022-01-01T12:00:00+00:00",
"customer": {
"id": "987654321",
"email": "johndoe@example.com",
"first_name": "John",
"last_name": "Doe",
"phone": "123-456-7890",
"address": {
"street": "123 Main St",
"city": "San Francisco",
"state": "CA",
"zip": "12345",
"country": "US"
}
},
...
}
]
}