Skip to main content

ConcordPay

Quick Start
  1. Sign up at concordpay.ua 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 ConcordPay →

Overview

ConcordPay payment integration

Provider IDconcordpay
CategoryCard Processors
Websiteconcordpay.ua

Authentication

  • Method: HMAC Signature
  • Base URL: https://pay.concord.ua/api/

Configuration

Required Parameters

ParameterDescription
merchant_idMerchant ID
secret_keySecret Key

Example Configuration

{
"provider": "concordpay",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"secret_key": "your_secret_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
approvedcharged
waitingcharging
refundedrefunded
declinedrejected

Resources