{
"cards": [
{
"id": 789,
"order": {
"id": "order-uuid",
"orderNum": 12345,
"datePurchased": "2026-01-15T12:00:00.000Z"
},
"merchant": {
"id": 123,
"name": "Target",
"image": "https://cdn.cardcash.com/merchants/target.png"
},
"amount": {
"balance": 50.00,
"cost": 45.75,
"currentBalance": 50.00
},
"type": "ecode",
"numberLastFour": "7890",
"status": "active"
},
{
"id": 790,
"order": {
"id": "order-uuid-2",
"orderNum": 12346,
"datePurchased": "2026-01-10T09:30:00.000Z"
},
"merchant": {
"id": 456,
"name": "Amazon",
"image": "https://cdn.cardcash.com/merchants/amazon.png"
},
"amount": {
"balance": 100.00,
"cost": 93.00,
"currentBalance": 75.50
},
"type": "ecode",
"numberLastFour": "4321",
"status": "active"
}
]
}