# Skrill

<figure><img src="/files/5a9thSCDUxAPgbIqpMUf" 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="/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>


---

# 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://help.checkoutchamp.com/crm/gateway-setup/gateway-integrations/skrill.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.
