Concord Bank
Quick Start
- Sign up at concord.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
Concord Bank payment integration
| Provider ID | concord-bank |
| Category | Bank Transfers |
| Website | concord.ua |
Authentication
- Method: HMAC Signature
- Base URL:
https://pay2.concord.ua/api/v1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
merchant_id | Merchant ID |
secret_key | Secret Key |
Example Configuration
{
"provider": "concord_bank",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"secret_key": "your_secret_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
success | charged | |
processing | charging | |
refunded | refunded | |
failed | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /payment/create | |
| POST | /payment/status | |
| POST | /payment/refund |