{
"buyOrder": {
"id": 12345,
"orderId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"datePurchased": "2026-01-15T12:00:00.000Z",
"customerId": "customer-uuid",
"store": "CardCash",
"status": "Processing",
"message": "Order Authorized",
"fulfilled": true,
"device": "web",
"isShipPhysical": false,
"total": {
"order": "91.50",
"faceValue": "100.00",
"due": "91.50"
},
"coupon": {},
"billingDetails": {
"name": "John Doe",
"address": "123 Main St",
"city": "New York",
"state": "NY",
"zip": "10001",
"country": "US"
},
"customerDetails": {
"name": "John Doe",
"email": "john@example.com",
"address": "123 Main St",
"city": "New York",
"state": "NY",
"zip": "10001"
},
"shippingDetails": {
"name": "John Doe",
"address": "123 Main St",
"city": "New York",
"state": "NY",
"zip": "10001",
"country": "US",
"method": null,
"trackingNumber": null,
"trackingUrl": null
},
"paymentDetails": {
"method": "ACH Checking Account Withdrawal",
"accountNumber": "****6789",
"routingNumber": "****0021"
},
"trackingData": {},
"chargeBack": {},
"cards": [
{
"id": 789,
"internalId": 56789,
"fulfilled": true,
"fulfilledId": 111,
"merchantId": 123,
"merchantName": "Target",
"merchantImage": "https://cdn.cardcash.com/merchants/target.png",
"amount": {
"balance": 50.00,
"cost": 45.75
},
"coupon": {},
"type": "eGift Card",
"isLowRisk": true,
"number": null,
"pin": null,
"sourceCode": "pre-owned",
"claims": []
}
]
}
}