Skip to main content

Modulbank

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

Overview

Modulbank payment integration

Provider IDmodulbank
CategoryBank Transfers
Websitemodulbank.ru

Authentication

  • Method: HMAC Signature
  • Base URL: https://pay.modulbank.ru/api/v1

Configuration

Required Parameters

ParameterDescription
access_tokenAccess Token
merchant_idMerchant ID
secret_keySecret key

Example Configuration

{
"provider": "modulbank",
"provider_params": {
"access_token": "your_access_token_here",
"merchant_id": "your_merchant_id_here",
"secret_key": "your_secret_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
CREATEDaction_required
CANCELLEDcancelled
PAIDcharged
COMPLETEDcharged
PROCESSINGcharging
FAILEDfailed
REFUNDEDrefunded

API Reference

MethodEndpointDescription
POST/bill
POST/status
POST/refund

Resources