# Getting Started

You can integrate PayKun on your website or application using various Integration kits available, according to the programming language or the web hosting platform.

Here you will find comprehensive guides and documentation to start working with PayKun.

| Integration Type |                                                                                                                                                                                  Integration Method                                                                                                                                                                                  |
| :--------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|      Server      |                                                                 <p><a href="/pages/-M0pVXcrKYDL83FUvHoR">PHP</a></p><p><a href="/pages/-M0pcNiBxn2vZURfO1GB">Python</a></p><p><a href="/pages/-M0ph0sbRILqlXUXRP3J">Net</a></p><p><a href="/pages/-MH0R58MJ2FfAvTMBEhH">Js Checkout</a></p><p>Java</p><p>Node JS</p>                                                                 |
|      Mobile      |                                                                                                                                     <p><a href="/pages/-M0bH8RFCq1KCmA4j_82">Android</a></p><p><a href="/pages/-M0fOSJLKavc_zVYX-fE">iOS</a></p>                                                                                                                                     |
|     Ecommerce    | <p><a href="/pages/-M0po9Ccp6Zn4c-lILvW">OpenCart</a></p><p><a href="/pages/-M0prMCDABy5I9QtmsmB">PrestaShop</a></p><p><a href="/pages/-M0pxUqHxYLMFRBkA-7f">WHMCS Integration</a></p><p><a href="/pages/-M0qW2PHxyN3MjPuPnuB">Wordpress\_V4.x\_Donation</a></p><p><a href="/pages/-M0qYHiDYcOQt6ax2QOc">WooCommerce</a></p><p><a href="/pages/-M0qfypvfGNHN_9Hzlen">Magento</a></p> |

With API, you can also get transaction details, refund your transactions and create payment links programmatically.

Primary concepts required for the PayKun Integration guide are as follows, which needs to be thoroughly referred t&#x6F;**:**

1. Using Test Mode
2. Generate API Encryption Key (For Test Mode as well as Live Mode)
3. Integrating PayKun (In Website/Application)
4. Backend payment capturing process
5. API reference guide


---

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