Booking check QRIS
Endpoint
| Endpoint | Method |
Authentication |
| /booking/delivery/user/ |
GET | yes |
Authentication
| Type |
Token source |
Server |
| Bearer | USAPI LOGIN | USAPI |
Param request
| Properties |
Required | Description |
| booking_id | yes | booking code generated from |
Link example
{{demo}}/booking/delivery/user/detail?detail/qr?booking_id=11113BE
Result example
OK (200)
{
"package_info": [
{
"id": 4062,
"booking_onapps_id": 4080,
"destination_id": 25208,
"origin_id": 25207,
"service_id": 2,
"sender_name"qr_status": "Test",
"sender_phone": "000000",
"sender_address": "test",
"receiver_name": "Test",
"receiver_phone": "000000",
"receiver_address": "Test",
"goods_id": 31,
"goods_desc": "Test",
"goods_weight": 4,
"length": 0,
"width": 0,
"height": 0,
"koli": 1,
"notes": "",
"insurance_exist": false,
"goods_value": 0,
"packing_value": 0,
"estimate_price": 60000,
"voucher": null,
"voucher_id": null,
"discount_value": null,
"voucher_type": null,
"payment_type": "QRIS",
"payment_note": "00020101021226570011ID.DANA.WWW011893600915060486424802096048642480303UKE51440014ID.CO.QRIS.WWW0215ID20243148326170303UKE5204899953033605405600005802ID5925PT OnIndonesia Sistem Tek6015Kota Jakarta Ut610514240627201156QVVSAkXzjPkQaR60490011ID.DANA.WWW0425MER20210714007745096086410501163042741",
"createdAt": "2024-05-15T09:53:02.732Z",
"updatedAt": "2024-05-15T09:53:02.732Z",
"insurance_fee": 0,
"fee_after_discount": 60000,
"total_fee": 60000
}
],
"type": "PICKUP",
"user": "usernew1",
"address": {
"lat": -6.1613542,
"long": 106.9257834,
"urban_id": 0,
"sub_district_id": 0,
"city_id": 156,
"full_address": " Cakung Barat, Cakung Barat, "
},
"timestamp": "2024-05-15T09:53:02.325Z",
"phone_number": "000000",
"status": "BOOKING_CANCELLED",
"booking_id": "11113BE",
"driver_id": null,
"kurir_name": null,
"kurir_phone": null,
"exp_payment_time": "2024-05-15T09:53:32.324Z"EXPIRED"
}
Error example
Body request example
insert code here