> For the complete documentation index, see [llms.txt](https://help.konnektive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.konnektive.com/konnektive-crm/gateway-setup/gateways/quickpay.md).

# QuickPay

<figure><img src="https://1103784913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAC0G99SjXjSv2GM5PAE%2Fuploads%2F4qTeZZeuUsOFiDf3KYJl%2FQuick%20Pay.png?alt=media&amp;token=2f4691b7-1954-4976-ac77-f50f2d8a8427" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="danger" %}
**Disclaimers:**

CheckoutChamp does not store any card details for merchants using QuickPay’s Payment Gateway

QuickPay will work for One-time purchases and subscriptions. If using subscriptions you must uncheck the box on the Gateway setup. Also any upsells on QuickPay will redirect to QuickPay again. **QuickPay does not support 1-click upsells.**

QuickPay will work with landers that connect to CheckoutChamp via the funnel builder, Direct API and/or Form-code. This will NOT work with Order Entry.
{% endhint %}

**STEP 1**

Go to **Gateways** > **Gateway Integrations**

**STEP 2**

Scroll down to **QuickPay**

<figure><img src="https://1103784913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAC0G99SjXjSv2GM5PAE%2Fuploads%2F3SvRzdcYL1K66UjcArgi%2Fimage.png?alt=media&amp;token=55010ccf-6b21-4401-ab38-f7f3a8d2d124" alt=""><figcaption></figcaption></figure>

**STEP 3**

Click the green **Activate** button to activate **QuickPay**

<figure><img src="https://1103784913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAC0G99SjXjSv2GM5PAE%2Fuploads%2F30j21Tfb0dRUDMuUU3oC%2Fimage.png?alt=media&amp;token=14b3f280-dcd0-4195-9f30-828aa7b11435" alt=""><figcaption></figcaption></figure>

**STEP 4**

Enter **Apikey** and **MerchantId** in the General Details Section of the Mid Creation Screen. Also choose to enable native 3D Secure processing (**Secure3DS**). If processing only straight-sale products (no subscriptions/rebills) then check the **StraightSaleOnly** box.

**Apikey** and **MerchantId** will be obtained from your QuickPay account.

**Reference:** [**https://quickpay.net**](https://quickpay.net/)

<br>

**STEP 5**

Click the green **Create Gateway** button to save your changes and create the gateway.

<figure><img src="https://1103784913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAC0G99SjXjSv2GM5PAE%2Fuploads%2FMjoZKePJfmovNBYYr0GS%2FUntitled.png?alt=media&amp;token=9534a2fd-0963-4eae-9730-bcbe56083de4" alt=""><figcaption></figcaption></figure>

**API Checkout page setup**

Checkout page should be secure HTTPS. A non-secured call to the QuickPay gateway will be rejected.

Pass paySource=PREPAID and prepaidType=QUICKPAY on the import order API call from your checkout page

One option is to use hidden input fields on the page

```
<input type="hidden" name='paySource' value="PREPAID">
```

```
<input type='hidden' name='prepaidType' value='QUICKPAY'>
```
