Booking check QRIS
Endpoint
| Endpoint | Method |
Authentication |
| /booking/delivery/user/detail/qr | 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/qr?booking_id=11113BE
Result example
OK (200)
{
"qr_status": "EXPIRED"
}
Error example
Body request example
insert code here
No Comments