> 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/skrill.md).

# Skrill

<figure><img src="/files/5a9thSCDUxAPgbIqpMUf" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
Konnektive does not store any card details for merchants using Skrill's Payment Gateway

Skrill will work for One-time purchases only.  **Skrill does not support rebills.**

Skrill will ONLY work with landers that connect to Konnektive via Direct API. This will NOT work with Order Entry.
{% endhint %}

**STEP 1**

Go to **Merchants** > **Gateway Integrations**

<br>

**STEP 2**

Scroll down to **Skrill**

<figure><img src="/files/xmdY7EHj11drNBbA6hXd" alt=""><figcaption></figcaption></figure>

**STEP 3**

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

<figure><img src="/files/7zuzLOed2F96WF5Qbxzt" alt=""><figcaption></figcaption></figure>

**STEP 4**

Enter **pay\_to\_email**, **password, secretword** and **referrel\_ID** in the General Details Section of the Mid Creation Screen

**pay\_to\_email**, **password, secretword** and **referrel\_ID** will be obtained from your Skrill gateway account.

**Reference:** [**https://www.skrill.com/en-us/**](https://www.skrill.com/en-us/)

\
**STEP 5**

Click the green **Create MID** button to save your changes and create the Mid.

<figure><img src="/files/TeXk1oRGYexw1FFcNIZC" alt=""><figcaption></figcaption></figure>

**STEP 6**&#x20;

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

Pass paySource=PREPAID and prepaidType=SKRILL 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='SKRILL'>
```

<br>
