Skip to main content

emerchantpay

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

Overview

emerchantpay payment integration

Provider IDemerchantpay
CategoryCard Processors
Websiteemerchantpay.com

Authentication

  • Method: Basic Auth (Base64)

Configuration

Required Parameters

ParameterDescription
api_loginAPI Login
api_passwordAPI Password
terminal_tokenTerminal Token

Example Configuration

{
"provider": "emerchantpay",
"provider_params": {
"api_login": "your_api_login_here",
"api_password": "your_api_password_here",
"terminal_token": "your_terminal_token_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
voidedcancelled
chargebackedchargeback
approvedcharged
pending_asynccharging
pendingcharging
refundedrefunded
declinedrejected
errorrejected

API Reference

MethodEndpointDescription
POST/process/#{token}
POST/reconcile/#{outer_id}

Resources