Skip to main content

ECOMMPAY

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

Overview

ECOMMPAY payment integration

Provider IDecommpay
CategoryCard Processors
Websiteecommpay.com

Authentication

  • Method: Basic Auth (Base64)

Configuration

Required Parameters

ParameterDescription
project_idProject ID
secret_keySecret Key

Example Configuration

{
"provider": "ecommpay",
"provider_params": {
"project_id": "your_project_id_here",
"secret_key": "your_secret_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
awaiting 3ds resultaction_required
chargebackchargeback
successcharged
reversedcharged
awaiting confirmationcharging
processingcharging
refundedrefunded
partially reversedrefunding
partially refundedrefunding
declinerejected
errorrejected

API Reference

MethodEndpointDescription
POST/v2/payment/card/sale
POST/v2/payment/status
POST/v2/payment/card/refund

Resources