Skip to main content

Payler

Quick Start
  1. Sign up at payler.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 Payler →

Overview

Payler payment integration

Provider IDpayler
CategoryCard Processors
Websitepayler.com

Configuration

Required Parameters

ParameterDescription
keyAPI Key

Example Configuration

{
"provider": "payler",
"provider_params": {
"key": "your_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
chargedcharged
preauthorizedcharging
awaiting3dscharging
refundedrefunded
reversedrejected
errorrejected

API Reference

MethodEndpointDescription
POST/gapi/StartSession
POST/gapi/GetStatus
POST/gapi/Refund

Resources