> ## 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.

# Crypto Coin

> Skip the payment page and send the payer straight to the crypto coin checkout

## Direct Post

Append `?preferred=crypto_coin` to the `checkout_url` to **skip** the default payment page and take the payer straight to the crypto coin checkout:

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

`{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.

Crypto Coin is a redirect method: no customer data entry is needed on the payment page, so `?preferred=crypto_coin` takes the payer straight to the crypto checkout.

If you want to pre-select Crypto Coin on the default payment page while still showing the customer all available options, use [`?active=crypto_coin`](/chip-collect/overview/direct-post/active-payment-method) instead.
