ConcordPay
Quick Start
- Sign up at concordpay.ua 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
ConcordPay payment integration
| Provider ID | concordpay |
| Category | Card Processors |
| Website | concordpay.ua |
Authentication
- Method: HMAC Signature
- Base URL:
https://pay.concord.ua/api/
Configuration
Required Parameters
| Parameter | Description |
|---|---|
merchant_id | Merchant ID |
secret_key | Secret Key |
Example Configuration
{
"provider": "concordpay",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"secret_key": "your_secret_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
approved | charged | |
waiting | charging | |
refunded | refunded | |
declined | rejected |