Portmone
Quick Start
- Sign up at portmone.com.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
Portmone payment integration
| Provider ID | portmone |
| Category | Card Processors |
| Website | portmone.com.ua |
Authentication
- Method: Basic Auth (Base64)
- Base URL:
https://www.portmone.com.ua/r3/api
Configuration
Required Parameters
| Parameter | Description |
|---|---|
payee_id | Payee ID |
login | Login |
password | Password |
Example Configuration
{
"provider": "portmone",
"provider_params": {
"payee_id": "your_payee_id_here",
"login": "your_login_here",
"password": "your_password_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
PAYED | charged | |
CREATED | charging | |
PREAUTHORIZED | charging | |
REFUNDED | refunded | |
REJECTED | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /order/create | |
| POST | /order/search | |
| POST | /order/refund |