Skip to main content

Skrill

Quick Start
  1. Sign up at skrill.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Skrill →

Overview

Skrill payment integration

Provider IDskrill
CategoryE-Wallets
Websiteskrill.com

Configuration

Required Parameters

ParameterDescription
merchant_emailMerchant Email
api_passwordAPI/MQI Password

Example Configuration

{
"provider": "skrill",
"provider_params": {
"merchant_email": "your_merchant_email_here",
"api_password": "your_api_password_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
2charged
processedcharged
0charging
pendingcharging
cancelledrejected
failedrejected

API Reference

MethodEndpointDescription
POST/app/pay.pl
POST/app/query.pl
POST/app/refund.pl

Resources