# Understanding Integration

PayKun enables quick integration without putting in a lot of effort. All the required guidance, content and documentation is available on the website itself.

You can receive online payments from your customers. It becomes easy when you integrate PayKun Checkout on your website. This way your customers will be able to get multiple payment options to pay you like Net-Banking, Wallets, UPI, QR Code, etc.

### **Test Payment**

You can test the PayKun Checkout by clicking the VIEW DEMO button below.

Proceed with the checkout normally and provide the required details. Complete the transaction like in real-time.

{% hint style="info" %}
**Note:** This is a Live Transaction with Auto Refund. The money will be deducted from your account. However, the amount debited will be auto-refunded to your account in 7 - 14 Working Days
{% endhint %}

Watch the animation below for more details on how the PayKun Checkout form works.

[How to Generate Access Token & API Secret KEY (For WEB)](/technical-guide/api-encryption-key-guide.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.paykun.com/technical-guide/web-integration/checkout-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
