{
"id": "ord_abc123xyz",
"order_number": "ORD-2025-001234",
"checkout_id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
"reference_id": "your-order-123",
"status": "completed",
"payment_status": "captured",
"customer": {
"email": "jane@example.com",
"first_name": "Jane",
"last_name": "Doe",
"phone": "+1-555-123-4567",
"shipping_address": {
"address_line_1": "123 Main St",
"address_line_2": "Apt 4B",
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country": "US"
},
"billing_address": {
"address_line_1": "123 Main St",
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country": "US"
}
},
"line_items": [
{
"id": "li_123",
"product_id": "PROD-001",
"name": "Digital Thermometer",
"quantity": 1,
"price": 2995,
"hsa_fsa_eligible": true
}
],
"amounts": {
"subtotal": 2995,
"hsa_amount": 2995,
"regular_amount": 0,
"shipping": 995,
"tax": 245,
"discount": 0,
"total": 4235
},
"payment": {
"payment_id": "pay_xyz789",
"payment_method": "hsa_fsa_card",
"last4": "1111",
"brand": "visa",
"captured_at": "2026-02-25T15:30:00Z"
},
"metadata": {
"order_number": "ORDER-12345",
"platform": "CUSTOM"
},
"created_at": "2026-02-25T15:00:00Z",
"completed_at": "2026-02-25T15:30:00Z",
"status_history": [
{
"status": "pending",
"timestamp": "2026-02-25T15:00:00Z",
"reason": "Order created"
},
{
"status": "processing",
"timestamp": "2026-02-25T15:01:00Z",
"reason": "Payment processing"
},
{
"status": "completed",
"timestamp": "2026-02-25T15:30:00Z",
"reason": "Payment captured"
}
]
}