PaynetEasy
Quick Start
- Sign up at payneteasy.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
PaynetEasy payment integration
| Provider ID | payneteasy |
| Category | Card Processors |
| Website | payneteasy.com |
Configuration
Required Parameters
| Parameter | Description |
|---|---|
login | Login |
end_point_id | End Point ID |
merchant_control | Merchant Control Key |
Example Configuration
{
"provider": "payneteasy",
"provider_params": {
"login": "your_login_here",
"end_point_id": "your_end_point_id_here",
"merchant_control": "your_merchant_control_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
approved | charged | |
processing | charging | |
pending | charging | |
unknown | charging | |
declined | rejected | |
error | rejected | |
filtered | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /sale-form/#{end_point_id} | |
| POST | /status/#{end_point_id} | |
| POST | /return/#{end_point_id} |