# Booking check QRIS

##### Endpoint

<table border="1" id="bkmrk-endpoint-method-auth" style="border-collapse: collapse; width: 100%; height: 59.5938px;"><colgroup><col style="width: 33.3333%;"></col><col style="width: 33.3333%;"></col><col style="width: 33.3333%;"></col></colgroup><tbody><tr style="height: 29.7969px;"><td style="height: 29.7969px;">**Endpoint**</td><td style="height: 29.7969px;">**Method**  
</td><td style="height: 29.7969px;">**Authentication**</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;"><span data-offset-key="9ghc6-1-0"><span data-text="true">/booking/delivery/user/detail/qr</span></span></td><td style="height: 29.7969px;">GET</td><td style="height: 29.7969px;">yes</td></tr></tbody></table>

##### Authentication

<table border="1" id="bkmrk-endpoint-method-serv" style="border-collapse: collapse; width: 100%; height: 59.757px;"><colgroup><col style="width: 29.5467%;"></col><col style="width: 45.5054%;"></col><col style="width: 24.9617%;"></col></colgroup><tbody><tr style="height: 29.8785px;"><td style="height: 29.8785px;">**Type**  
</td><td style="height: 29.8785px;">**Token source**  
</td><td style="height: 29.8785px;">**Server**  
</td></tr><tr style="height: 29.8785px;"><td style="height: 29.8785px;">Bearer</td><td style="height: 29.8785px;">[USAPI LOGIN](https://documentation.onindonesia.id/books/usapi/page/login "USAPI LOGIN")</td><td style="height: 29.8785px;">USAPI</td></tr></tbody></table>

##### Param request

<table border="1" id="bkmrk-properties-propertie" style="border-collapse: collapse; width: 100%; height: 59.5938px;"><colgroup><col style="width: 34.7245%;"></col><col style="width: 29.676%;"></col><col style="width: 35.5995%;"></col></colgroup><tbody><tr style="height: 29.7969px;"><td style="height: 29.7969px;">**Properties**  
</td><td style="height: 29.7969px;">**Required**</td><td style="height: 29.7969px;">**Description**</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">booking\_id</td><td style="height: 29.7969px;">yes</td><td style="height: 29.7969px;">booking code generated from </td></tr></tbody></table>

##### Link example

<span class="resolvedVariable" data-testid="resolvedVariable" spellcheck="false"><span data-offset-key="9ghc6-0-0"><span data-text="true">{{demo}}</span></span></span><span data-offset-key="9ghc6-1-0"><span data-text="true">/booking/delivery/user/detail/qr?booking\_id=11113BE</span></span>

<details id="bkmrk-result-example-body-"><summary>Result example</summary>

<p class="callout info">OK (200)</p>

```json
{
    "qr_status": "EXPIRED"
}
```

</details><details id="bkmrk-error-example-body-r"><summary>Error example</summary>

<p class="callout danger">Body request example</p>

```javascript
insert code here
```

</details>