> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chip-in.asia/llms.txt
> Use this file to discover all available pages before exploring further.

# Duitnow-QR

> Bypass the payment page for an optimized user experience

## Instruction

Once a purchase is created, a checkout\_url will be provided to redirect the buyer to the payment page. To automatically navigate the customer to Duitnow QR, you should append the following parameter to the URL:

`?preferred=dnqr`

## Example

```text theme={null}
https://gate.chip-in.asia/p/{purchase_id}/?preferred=dnqr
```

`{purchase_id}` is the purchase ID from the `checkout_url` field returned in the [purchase response](/chip-collect/api-reference/purchases/create). Use your own purchase's ID — example URLs pointing at someone else's purchase will not work.

## See also

* [Set a default payment method](/chip-collect/overview/direct-post/active-payment-method) — to pre-select this method on the default payment page without skipping it.
