Payler
Quick Start
- Sign up at payler.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
Payler payment integration
| Provider ID | payler |
| Category | Card Processors |
| Website | payler.com |
Configuration
Required Parameters
| Parameter | Description |
|---|---|
key | API Key |
Example Configuration
{
"provider": "payler",
"provider_params": {
"key": "your_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
charged | charged | |
preauthorized | charging | |
awaiting3ds | charging | |
refunded | refunded | |
reversed | rejected | |
error | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /gapi/StartSession | |
| POST | /gapi/GetStatus | |
| POST | /gapi/Refund |