# Skrill

<figure><img src="https://1103784913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAC0G99SjXjSv2GM5PAE%2Fuploads%2F9bWBQ0Jnpya2NdrhrTzt%2FSkrill.png?alt=media&#x26;token=1792df34-43b3-46db-81c2-54e332b33b90" 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="https://1103784913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAC0G99SjXjSv2GM5PAE%2Fuploads%2Ffbw2p28Wds4UcG4ILQ3O%2Fimage2019-9-23_10-43-52.png?alt=media&#x26;token=da87b821-ec73-440b-bb3a-18cbcd0253e4" alt=""><figcaption></figcaption></figure>

**STEP 3**

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

<figure><img src="https://1103784913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAC0G99SjXjSv2GM5PAE%2Fuploads%2FxPIPwPX2WkI5rlV8Awzg%2Fimage2019-9-23_10-44-13.png?alt=media&#x26;token=a0edf1ac-7f9b-4da5-9f13-80bbe33a80f4" 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="https://1103784913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAC0G99SjXjSv2GM5PAE%2Fuploads%2F9XoBYAecTyQpJm9UHmNX%2Fimage2019-9-24_11-44-28.png?alt=media&#x26;token=c82898f8-3c40-49a5-a11e-21bbb599ba55" 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>
