# Skrill

<figure><img src="https://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2F2Qbs12Z2yZlqdCXeHvFq%2FSkrill.png?alt=media&#x26;token=8afa20fe-c3e8-46d0-aed1-ebdfeaca4010" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
CheckoutChamp 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 CheckoutChamp 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://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2FhOPQPXWSp5Ur9pwMEcAW%2Fimage2019-9-23_10-43-52.png?alt=media&#x26;token=1098c8b5-156d-405d-9c5d-3fb027f7aac9" alt=""><figcaption></figcaption></figure>

**STEP 3**

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

<figure><img src="https://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2Fb4iCfnto0QeoG9MefcWk%2Fimage2019-9-23_10-44-13.png?alt=media&#x26;token=f1ea1db8-748f-490b-a0c4-497349f00b7f" 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://3790748257-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT43PzcNjyZtWby9yrGd3%2Fuploads%2FCa6WcGCXQiqvYbtZIPPk%2Fimage2019-9-24_11-44-28.png?alt=media&#x26;token=85ade913-9c6c-4027-a11c-4986e816759d" 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>
