PayMaster
Quick Start
- Sign up at paymaster.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
PayMaster payment integration
| Provider ID | paymaster |
| Category | Card Processors |
| Website | paymaster.ru |
Authentication
- Method: Bearer token
- Base URL:
https://paymaster.ru
Configuration
Required Parameters
| Parameter | Description |
|---|---|
merchant_id | ID merchant |
secret_key | Secret key |
Example Configuration
{
"provider": "paymaster",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"secret_key": "your_secret_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
Created | action_required | |
Cancelled | cancelled | |
Settled | charged | |
Pending | charging | |
Authorized | charging | |
Rejected | failed | |
Refunded | refunded |