{
"payments": [
{
"payment_id": "pay_xyz789",
"status": "CONFIRMED",
"amount": "12.50",
"currency": "USDC",
"merchant": {
"id": "mch_abc123",
"name": "Coffee Haven"
},
"tx_hash": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef12345678",
"created_at": "2026-03-28T21:00:00Z",
"expires_at": "2026-03-28T22:00:00Z",
"confirmed_at": "2026-03-28T21:05:00Z"
},
{
"payment_id": "pay_ghi456",
"status": "PENDING",
"amount": "5.00",
"currency": "USDC",
"merchant": {
"id": "mch_abc123",
"name": "Coffee Haven"
},
"tx_hash": null,
"created_at": "2026-03-31T01:45:00Z",
"expires_at": "2026-03-31T02:45:00Z",
"confirmed_at": null
}
],
"pagination": {
"limit": 100,
"has_more": false
}
}