{
"success": true,
"data": {
"id": 78901,
"order_number": 78901,
"status": {
"id": 1,
"status": 4,
"name": "Completed",
"color": "success",
"human_format": {
"text": "Completed",
"color": "success",
"date_human": "2 hours ago",
"date_normal": "2024-06-15 14:30:00"
}
},
"statuses": [
{
"id": 1,
"status": 1,
"name": "Received",
"color": "info",
"created_at": "2024-06-15T14:30:00.000000Z",
"human_format": {
"text": "Received",
"color": "info",
"date_human": "2 hours ago",
"date_normal": "2024-06-15 14:30:00"
}
}
],
"total": {
"amount": 399.98,
"formatted": "399.98 ر.س",
"currency": "SAR"
},
"financial_breakdown": {
"subtotal": 399.98,
"discount_amount": 0,
"final_total": 399.98
},
"items": [
{
"id": 1001,
"product_name": "Premium Game Key",
"name": "Premium Game Key",
"product_id": 101,
"quantity": 2,
"price": 199.99,
"total": 399.98,
"formatted_price": "199.99 ر.س",
"formatted_total": "399.98 ر.س",
"fields": { "platform": "PC" },
"notes": null,
"item_type": "App\\Models\\StoreProduct",
"item_id": 101,
"product": {
"id": 101,
"name": "Premium Game Key",
"type": "code",
"description": "...",
"full_link": null,
"activation_info": "Enter this code on the platform",
"image": {
"url": "https://cdn.rmz.gg/...",
"full_link": "https://cdn.rmz.gg/...",
"alt": "Premium Game Key"
}
},
"item": {
"id": 101,
"name": "Premium Game Key",
"type": "code",
"description": "...",
"full_link": null,
"activation_info": "Enter this code on the platform",
"image": {
"url": "https://cdn.rmz.gg/...",
"full_link": "https://cdn.rmz.gg/...",
"alt": "Premium Game Key"
},
"product": {
"full_link": null
}
},
"codes": [
{
"id": 1,
"code": "XXXX-YYYY-ZZZZ",
"used_at": null,
"is_used": false
}
],
"licenses": [],
"subscription": null,
"course_enrollment": null
}
],
"customer": {
"id": 123,
"name": "Ahmed Ali",
"email": "ahmed@example.com",
"phone": "501234567"
},
"transaction": {
"payment_method": "card",
"id": 1,
"payment_id": "ch_abc123",
"total": 399.98,
"is_refunded": false,
"human_format": {
"payment_method": "card",
"is_refunded": "No",
"total_formatted": "399.98 ر.س"
},
"receipt": null
},
"payment": {
"method": "card",
"status": null,
"transaction_id": "ch_abc123"
},
"coupon": null,
"discount_amount": 0,
"customer_note": null,
"meta": null,
"review": null,
"complain": null,
"eligibility": {
"can_review": true,
"can_complain": true,
"can_refund": false
},
"human_format": {
"created_at_human": "2 hours ago",
"created_at_normal": "2024-06-15 14:30:00",
"total_formatted": "399.98 ر.س"
},
"created_at": "2024-06-15T14:30:00.000000Z",
"updated_at": "2024-06-15T14:30:00.000000Z"
}
}