PayAnyWay
Quick Start
- Sign up at payanyway.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
PayAnyWay payment integration
| Provider ID | payanyway |
| Category | Card Processors |
| Website | payanyway.ru |
Authentication
- Method: HMAC Signature
Configuration
Required Parameters
| Parameter | Description |
|---|---|
moneta_id | ID Moneta |
secret_key | Secret key |
Example Configuration
{
"provider": "payanyway",
"provider_params": {
"moneta_id": "your_moneta_id_here",
"secret_key": "your_secret_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
cancelled | cancelled | |
charged | charged | |
failed | failed |