Skip to main content

Portmone

Quick Start
  1. Sign up at portmone.com.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 Portmone →

Overview

Portmone payment integration

Provider IDportmone
CategoryCard Processors
Websiteportmone.com.ua

Authentication

  • Method: Basic Auth (Base64)
  • Base URL: https://www.portmone.com.ua/r3/api

Configuration

Required Parameters

ParameterDescription
payee_idPayee ID
loginLogin
passwordPassword

Example Configuration

{
"provider": "portmone",
"provider_params": {
"payee_id": "your_payee_id_here",
"login": "your_login_here",
"password": "your_password_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
PAYEDcharged
CREATEDcharging
PREAUTHORIZEDcharging
REFUNDEDrefunded
REJECTEDrejected

API Reference

MethodEndpointDescription
POST/order/create
POST/order/search
POST/order/refund

Resources