Monobank
Quick Start
- Sign up at monobank.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
Monobank payment integration
| Provider ID | monobank |
| Category | Bank Transfers |
| Website | monobank.ua |
Configuration
Required Parameters
| Parameter | Description |
|---|---|
token | API Token |
Example Configuration
{
"provider": "monobank",
"provider_params": {
"token": "your_token_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
success | charged | |
processing | charging | |
reversed | refunded | |
failure | rejected | |
expired | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/merchant/invoice/create | |
| GET | /api/merchant/invoice/status?invoiceId=#{URI.encode(invoice_id)} | |
| POST | /api/merchant/invoice/cancel |