ECOMMPAY
Quick Start
- Sign up at ecommpay.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
ECOMMPAY payment integration
| Provider ID | ecommpay |
| Category | Card Processors |
| Website | ecommpay.com |
Authentication
- Method: Basic Auth (Base64)
Configuration
Required Parameters
| Parameter | Description |
|---|---|
project_id | Project ID |
secret_key | Secret Key |
Example Configuration
{
"provider": "ecommpay",
"provider_params": {
"project_id": "your_project_id_here",
"secret_key": "your_secret_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
awaiting 3ds result | action_required | |
chargeback | chargeback | |
success | charged | |
reversed | charged | |
awaiting confirmation | charging | |
processing | charging | |
refunded | refunded | |
partially reversed | refunding | |
partially refunded | refunding | |
decline | rejected | |
error | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /v2/payment/card/sale | |
| POST | /v2/payment/status | |
| POST | /v2/payment/card/refund |