{
"data": [
{
"id": "ord_abc123",
"order_number": "ORD-2025-001234",
"status": "completed",
"payment_status": "captured",
"customer": {
"email": "[email protected]",
"first_name": "Jane",
"last_name": "Doe"
},
"amounts": {
"total_cents": 4235,
"hsa_fsa_amount_cents": 2995,
"regular_amount_cents": 0
},
"payment": {
"payment_method": "hsa_fsa_card",
"last4": "1111"
},
"created_at": "2025-10-18T15:00:00Z",
"completed_at": "2025-10-18T15:30:00Z"
},
{
"id": "ord_def456",
"order_number": "ORD-2025-001235",
"status": "completed",
"payment_status": "captured",
"customer": {
"email": "[email protected]",
"first_name": "John",
"last_name": "Smith"
},
"amounts": {
"total_cents": 9900,
"hsa_fsa_amount_cents": 9900,
"regular_amount_cents": 0
},
"payment": {
"payment_method": "hsa_fsa_card",
"last4": "2222"
},
"created_at": "2025-10-17T10:00:00Z",
"completed_at": "2025-10-17T10:15:00Z"
}
],
"has_more": true,
"next_cursor": "ord_def456"
}