Payeer
Quick Start
- Sign up at payeer.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
Payeer payment integration
| Provider ID | payeer |
| Category | E-Wallets |
| Website | payeer.com |
Configuration
Required Parameters
| Parameter | Description |
|---|---|
account | Account |
api_id | API ID |
api_key | API Key |
Example Configuration
{
"provider": "payeer",
"provider_params": {
"account": "your_account_here",
"api_id": "your_api_id_here",
"api_key": "your_api_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
success | charged | |
pending | charging | |
fail | rejected |