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 — European payment gateway supporting credit/debit cards (Visa, Mastercard, Amex), 3D Secure 2.0, iDEAL, Sofort, Giropay, Bancontact, Apple Pay, Google Pay, and recurring payments.

Provider IDemerchantpay
CategoryCard Processors
Websiteemerchantpay.com

Supported currencies: EUR, USD, GBP

Supported operations: charge, refund, partial_refund


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