Modulbank
Quick Start
- Sign up at modulbank.ru 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
Modulbank payment integration
| Provider ID | modulbank |
| Category | Bank Transfers |
| Website | modulbank.ru |
Authentication
- Method: HMAC Signature
- Base URL:
https://pay.modulbank.ru/api/v1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
access_token | Access Token |
merchant_id | Merchant ID |
secret_key | Secret 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 Status | 4pay Status | Description |
|---|---|---|
CREATED | action_required | |
CANCELLED | cancelled | |
PAID | charged | |
COMPLETED | charged | |
PROCESSING | charging | |
FAILED | failed | |
REFUNDED | refunded |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /bill | |
| POST | /status | |
| POST | /refund |