Skip to main content

Monobank

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

Overview

Monobank payment integration

Provider IDmonobank
CategoryBank Transfers
Websitemonobank.ua

Configuration

Required Parameters

ParameterDescription
tokenAPI Token

Example Configuration

{
"provider": "monobank",
"provider_params": {
"token": "your_token_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
successcharged
processingcharging
reversedrefunded
failurerejected
expiredrejected

API Reference

MethodEndpointDescription
POST/api/merchant/invoice/create
GET/api/merchant/invoice/status?invoiceId=#{URI.encode(invoice_id)}
POST/api/merchant/invoice/cancel

Resources