Skip to main content

UAPay

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

Overview

UAPay payment integration

Provider IDuapay
CategoryCard Processors
Websiteuapay.ua

Authentication

  • Method: Basic Auth (Base64)
  • Base URL: https://api.uapay.ua/api/v1

Configuration

Required Parameters

ParameterDescription
loginLogin
passwordPassword
merchant_idMerchant ID

Example Configuration

{
"provider": "uapay",
"provider_params": {
"login": "your_login_here",
"password": "your_password_here",
"merchant_id": "your_merchant_id_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
paidcharged
createdcharging
refundedrefunded
failedrejected
expiredrejected

API Reference

MethodEndpointDescription
POST/invoice/create
GET/invoice/#{URI.encode(invoice_id)}
POST/invoice/#{URI.encode(invoice_id)}/refund

Resources