emerchantpay
Quick Start
- Sign up at emerchantpay.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
emerchantpay payment integration
| Provider ID | emerchantpay |
| Category | Card Processors |
| Website | emerchantpay.com |
Authentication
- Method: Basic Auth (Base64)
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_login | API Login |
api_password | API Password |
terminal_token | Terminal 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 Status | 4pay Status | Description |
|---|---|---|
voided | cancelled | |
chargebacked | chargeback | |
approved | charged | |
pending_async | charging | |
pending | charging | |
refunded | refunded | |
declined | rejected | |
error | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /process/#{token} | |
| POST | /reconcile/#{outer_id} |