Skip to main content

PayMaster

Quick Start
  1. Sign up at paymaster.ru 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 PayMaster →

Overview

PayMaster payment integration

Provider IDpaymaster
CategoryCard Processors
Websitepaymaster.ru

Authentication

  • Method: Bearer token
  • Base URL: https://paymaster.ru

Configuration

Required Parameters

ParameterDescription
merchant_idID merchant
secret_keySecret key

Example Configuration

{
"provider": "paymaster",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"secret_key": "your_secret_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
Createdaction_required
Cancelledcancelled
Settledcharged
Pendingcharging
Authorizedcharging
Rejectedfailed
Refundedrefunded

Resources