LiqPay
Quick Start
- Sign up at liqpay.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
LiqPay payment integration
| Provider ID | liqpay |
| Category | Card Processors |
| Website | liqpay.ua |
Authentication
- Method: Basic Auth (Base64)
- Base URL:
https://www.liqpay.ua/api/
Configuration
Required Parameters
| Parameter | Description |
|---|---|
public_key | Public Key |
private_key | Private Key |
Example Configuration
{
"provider": "liqpay",
"provider_params": {
"public_key": "your_public_key_here",
"private_key": "your_private_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
wait_card | action_required | |
hold_wait | charging | |
cash_wait | charging | |
reversed | refunded |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | request |