Skip to main content

Concord Bank

Quick Start
  1. Sign up at concord.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 Concord Bank →

Overview

Concord Bank payment integration

Provider IDconcord-bank
CategoryBank Transfers
Websiteconcord.ua

Authentication

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

Configuration

Required Parameters

ParameterDescription
merchant_idMerchant ID
secret_keySecret Key

Example Configuration

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

Status Mapping

Provider Status4pay StatusDescription
successcharged
processingcharging
refundedrefunded
failedrejected

API Reference

MethodEndpointDescription
POST/payment/create
POST/payment/status
POST/payment/refund

Resources