Skrill
Quick Start
- Sign up at skrill.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Skrill payment integration
| Provider ID | skrill |
| Category | E-Wallets |
| Website | skrill.com |
Configuration
Required Parameters
| Parameter | Description |
|---|---|
merchant_email | Merchant Email |
api_password | API/MQI Password |
Example Configuration
{
"provider": "skrill",
"provider_params": {
"merchant_email": "your_merchant_email_here",
"api_password": "your_api_password_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
2 | charged | |
processed | charged | |
0 | charging | |
pending | charging | |
cancelled | rejected | |
failed | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /app/pay.pl | |
| POST | /app/query.pl | |
| POST | /app/refund.pl |