Skip to main content

PaynetEasy

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

Overview

PaynetEasy payment integration

Provider IDpayneteasy
CategoryCard Processors
Websitepayneteasy.com

Configuration

Required Parameters

ParameterDescription
loginLogin
end_point_idEnd Point ID
merchant_controlMerchant 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 Status4pay StatusDescription
approvedcharged
processingcharging
pendingcharging
unknowncharging
declinedrejected
errorrejected
filteredrejected

API Reference

MethodEndpointDescription
POST/sale-form/#{end_point_id}
POST/status/#{end_point_id}
POST/return/#{end_point_id}

Resources