Warning: Constant IN_MAIN already defined in /home/posvmax/bootstrap.php on line 4
=========================================================================
🔑 GENERATED TEST AUTHORIZATION HEADER FOR HTTP REQUEST
=========================================================================
Authorization: Bearer eyJ1aWQiOjEwLCJtaWQiOjEsImV4cCI6MTc4MDcxMTM5OX0=:604edb19a55fbf203974d085c0af7f7696fa905345621df5a8c2962bad29995c
=========================================================================
🛒 JSON EXAMPLE 1: POS Merchant Order (source = 'pos')
=========================================================================
{
"source": "pos",
"payment_method": "s",
"payment_channel": "cashCD",
"table_no": 12,
"ship_method": 5,
"sst": 1.8000000000000000444089209850062616169452667236328125,
"service_tax": 0.90000000000000002220446049250313080847263336181640625,
"price_promo": 0,
"rounding": -0.0299999999999999988897769753748434595763683319091796875,
"amount": 32.6700000000000017053025658242404460906982421875,
"queue_prefix": "A",
"queue_no": "1024",
"free_ewallet": 0.5,
"free_shopwallet": 0,
"free_cpoint": 5,
"items": [
{
"pid": 1,
"paid": 1,
"qty": 2,
"price_unit": 15,
"option_price": 2,
"remark": "Less Ice",
"attr_key_id": 1,
"attr_key_value": "Size",
"attr_value": "Large",
"pay_cpoint": 0,
"pay_spoint1": 0,
"pay_shopwallet": 0,
"pay_ewallet": 15,
"options": [
{
"opt_master_id": 12,
"title": "Extra Cheese",
"price": 2,
"sequence": 1
}
]
}
]
}
=========================================================================
📱 JSON EXAMPLE 2: UserApp Customer Order (source = 'user_app')
=========================================================================
{
"source": "user_app",
"payment_method": "c",
"payment_channel": "kiplepay",
"table_no": 12,
"ship_method": 5,
"remark": "Deliver to table 12 please",
"items": [
{
"pid": 1,
"qty": 1,
"remark": "Less sugar",
"attributes": [
{
"aid": 5,
"attr_key_id": 1,
"attr_key_value": "Size",
"attr_value": "Large"
}
],
"options": [
{
"opt_master_id": 12,
"title": "Extra Cheese",
"price": 2
}
]
}
]
}