Home
LiqPay
LiqPay
LiqPay is a Ukrainian payment platform operated by PrivatBank that provides REST APIs for accepting card payments, creating hosted payment pages, processing subscriptions, managing refunds, sending invoices, and conducting card-to-card transfers. It supports Mastercard, Visa, Apple Pay, Google Pay, and Privat24 wallets across 120+ countries, with full fiscalization (RRO) support for Ukrainian merchants.
9 APIs
0 Features
Payments Fintech Ukraine Cards Subscriptions Invoicing P2P Transfers PrivatBank
Server-side API for generating signed payment requests that redirect customers to the LiqPay hosted checkout page. Supports one-time payments, donations, split payments, two-sta...
Server-to-server API for retrieving the current status and details of a payment by order ID. Returns action, amount, currency, payment status (success, failure, reversed, error)...
API for creating and managing recurring payment subscriptions. Supports daily, weekly, monthly, and yearly billing cycles. Merchants can create subscriptions using a card token,...
Server-to-server API for initiating full or partial refunds on previously completed payments. Refunds are returned to the original payment method (card or Privat24). Requires th...
API for generating and sending payment invoices to customers by email or phone number. Invoices include itemized goods lists, expiration dates, and selectable payment actions (p...
API for card-to-card (P2P) money transfers between individuals. Supports transfers by card number, card token, Privat24 account, mobile phone number, or recipient email. Settlem...
API for merchant-initiated payouts (credit transfers) to customer cards or accounts. Used for marketplace disbursements, cashback, and refund-style credit operations. Supports U...
Server-to-server callback notifications sent by LiqPay to the merchant server_url on payment events including successful payment, failure, chargeback, and reversal. Callback pay...
Informational API for retrieving a full archive of accepted payments for the merchant account within a specified date range. Used for reconciliation, reporting, and accounting.
Sources
name: LiqPay
description: LiqPay is a Ukrainian payment platform operated by PrivatBank that provides REST APIs for accepting card payments, creating hosted payment pages, processing subscriptions, managing refunds, sending invoices, and conducting card-to-card transfers. It supports Mastercard, Visa, Apple Pay, Google Pay, and Privat24 wallets across 120+ countries, with full fiscalization (RRO) support for Ukrainian merchants.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
- Payments
- Fintech
- Ukraine
- Cards
- Subscriptions
- Invoicing
- P2P Transfers
- PrivatBank
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/apis.yml
created: "2026-06-13"
modified: "2026-06-13"
specificationVersion: "0.19"
apis:
- name: LiqPay Checkout API
description: Server-side API for generating signed payment requests that redirect customers to the LiqPay hosted checkout page. Supports one-time payments, donations, split payments, two-stage holds, and QR-code payments. Authentication uses HMAC-SHA1 signatures derived from the merchant public and private keys.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://www.liqpay.ua/documentation/en/api/aquiring/checkout/
baseURL: https://www.liqpay.ua
tags:
- Checkout
- Payments
- Cards
- Apple Pay
- Google Pay
properties:
- type: Documentation
url: https://www.liqpay.ua/documentation/en/api/aquiring/checkout/
- type: Plans
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/plans/plans.yml
- type: RateLimits
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/rate-limits/rate-limits.yml
contact:
- FN: LiqPay Support
email: [email protected]
url: https://www.liqpay.ua/en/support
- name: LiqPay Payment Status API
description: Server-to-server API for retrieving the current status and details of a payment by order ID. Returns action, amount, currency, payment status (success, failure, reversed, error), payment method, 3DS flag, card mask, and over 50 additional fields.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://www.liqpay.ua/en/doc/api/information
baseURL: https://www.liqpay.ua
tags:
- Payment Status
- Transaction Lookup
properties:
- type: Documentation
url: https://www.liqpay.ua/en/doc/api/information
- type: Plans
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/plans/plans.yml
- type: RateLimits
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/rate-limits/rate-limits.yml
contact:
- FN: LiqPay Support
email: [email protected]
url: https://www.liqpay.ua/en/support
- name: LiqPay Subscriptions API
description: API for creating and managing recurring payment subscriptions. Supports daily, weekly, monthly, and yearly billing cycles. Merchants can create subscriptions using a card token, update subscription amounts, or cancel (unsubscribe) at any time.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://www.liqpay.ua/documentation/en
baseURL: https://www.liqpay.ua
tags:
- Subscriptions
- Recurring Payments
- Billing
properties:
- type: Documentation
url: https://www.liqpay.ua/documentation/en
- type: Plans
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/plans/plans.yml
- type: RateLimits
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/rate-limits/rate-limits.yml
contact:
- FN: LiqPay Support
email: [email protected]
url: https://www.liqpay.ua/en/support
- name: LiqPay Refunds API
description: Server-to-server API for initiating full or partial refunds on previously completed payments. Refunds are returned to the original payment method (card or Privat24). Requires the original order ID and the amount to refund.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://www.liqpay.ua/documentation/en
baseURL: https://www.liqpay.ua
tags:
- Refunds
- Reversals
properties:
- type: Documentation
url: https://www.liqpay.ua/documentation/en
- type: Plans
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/plans/plans.yml
- type: RateLimits
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/rate-limits/rate-limits.yml
contact:
- FN: LiqPay Support
email: [email protected]
url: https://www.liqpay.ua/en/support
- name: LiqPay Invoice API
description: API for generating and sending payment invoices to customers by email or phone number. Invoices include itemized goods lists, expiration dates, and selectable payment actions (pay, hold, subscribe, donate). Invoices can also be cancelled before payment.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://www.liqpay.ua/documentation/en
baseURL: https://www.liqpay.ua
tags:
- Invoices
- Billing
- Email
properties:
- type: Documentation
url: https://www.liqpay.ua/documentation/en
- type: Plans
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/plans/plans.yml
- type: RateLimits
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/rate-limits/rate-limits.yml
contact:
- FN: LiqPay Support
email: [email protected]
url: https://www.liqpay.ua/en/support
- name: LiqPay P2P Transfers API
description: API for card-to-card (P2P) money transfers between individuals. Supports transfers by card number, card token, Privat24 account, mobile phone number, or recipient email. Settlement is near-instant for same-bank transfers and within one business day for inter-bank transfers.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://www.liqpay.ua/documentation/en/api/p2p/
baseURL: https://www.liqpay.ua
tags:
- P2P
- Transfers
- Card-to-Card
properties:
- type: Documentation
url: https://www.liqpay.ua/documentation/en/api/p2p/
- type: Plans
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/plans/plans.yml
- type: RateLimits
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/rate-limits/rate-limits.yml
contact:
- FN: LiqPay Support
email: [email protected]
url: https://www.liqpay.ua/en/support
- name: LiqPay Payouts API
description: API for merchant-initiated payouts (credit transfers) to customer cards or accounts. Used for marketplace disbursements, cashback, and refund-style credit operations. Supports UAH, USD, and EUR.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://www.liqpay.ua/documentation/en/api/p2p_credit/
baseURL: https://www.liqpay.ua
tags:
- Payouts
- Disbursements
- Marketplace
properties:
- type: Documentation
url: https://www.liqpay.ua/documentation/en/api/p2p_credit/
- type: Plans
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/plans/plans.yml
- type: RateLimits
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/rate-limits/rate-limits.yml
contact:
- FN: LiqPay Support
email: [email protected]
url: https://www.liqpay.ua/en/support
- name: LiqPay Webhooks (Callbacks)
description: Server-to-server callback notifications sent by LiqPay to the merchant server_url on payment events including successful payment, failure, chargeback, and reversal. Callback payloads are base64-encoded JSON signed with SHA-1 using the merchant private key for tamper detection.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://www.liqpay.ua/documentation/en
baseURL: https://www.liqpay.ua
tags:
- Webhooks
- Callbacks
- Events
properties:
- type: Documentation
url: https://www.liqpay.ua/documentation/en
- type: Plans
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/plans/plans.yml
- type: RateLimits
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/rate-limits/rate-limits.yml
contact:
- FN: LiqPay Support
email: [email protected]
url: https://www.liqpay.ua/en/support
- name: LiqPay Payment Archive API
description: Informational API for retrieving a full archive of accepted payments for the merchant account within a specified date range. Used for reconciliation, reporting, and accounting.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://www.liqpay.ua/en/doc/api/information
baseURL: https://www.liqpay.ua
tags:
- Reporting
- Archive
- Reconciliation
properties:
- type: Documentation
url: https://www.liqpay.ua/en/doc/api/information
- type: Plans
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/plans/plans.yml
- type: RateLimits
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/rate-limits/rate-limits.yml
contact:
- FN: LiqPay Support
email: [email protected]
url: https://www.liqpay.ua/en/support
common:
- type: Portal
url: https://www.liqpay.ua/en/developers
- type: Documentation
url: https://www.liqpay.ua/documentation/en
- type: Sandbox
url: https://www.liqpay.ua/documentation/en
- type: Authentication
url: https://www.liqpay.ua/documentation/en
- type: SDKs
url: https://github.com/liqpay
- type: SDK
url: https://github.com/liqpay/sdk-php
- type: SDK
url: https://github.com/liqpay/sdk-python
- type: Status
url: https://www.liqpay.ua/en/support
- type: Support
url: https://www.liqpay.ua/en/support
- type: TermsOfService
url: https://www.liqpay.ua/en/doc/informations
- type: Plans
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/plans/plans.yml
- type: RateLimits
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/rate-limits/rate-limits.yml
- type: FinOps
url: https://raw.githubusercontent.com/api-evangelist/liqpay/refs/heads/main/finops/finops.yml
maintainers:
- FN: API Evangelist
email: [email protected]
url: https://apievangelist.com