Skip to main content

LiqPay

Quick Start
  1. Sign up at liqpay.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 LiqPay →

Overview

LiqPay payment integration

Provider IDliqpay
CategoryCard Processors
Websiteliqpay.ua

Authentication

  • Method: Basic Auth (Base64)
  • Base URL: https://www.liqpay.ua/api/

Configuration

Required Parameters

ParameterDescription
public_keyPublic Key
private_keyPrivate Key

Example Configuration

{
"provider": "liqpay",
"provider_params": {
"public_key": "your_public_key_here",
"private_key": "your_private_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
wait_cardaction_required
hold_waitcharging
cash_waitcharging
reversedrefunded

API Reference

MethodEndpointDescription
POSTrequest

Resources