PayKeeper
Quick Start
- Sign up at paykeeper.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
PayKeeper payment integration
| Provider ID | paykeeper |
| Category | Card Processors |
| Website | paykeeper.ru |
Authentication
- Method: Basic Auth (Base64)
Configuration
Required Parameters
| Parameter | Description |
|---|---|
server_url | URL server |
login | Login |
password | Password |
Example Configuration
{
"provider": "paykeeper",
"provider_params": {
"server_url": "your_server_url_here",
"login": "your_login_here",
"password": "your_password_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
created | action_required | |
sent | action_required | |
obtained | charged | |
stuck | charged | |
success | charged | |
paid | charged | |
pending | charging | |
failed | failed | |
expired | failed | |
refunded | refunded |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /change/invoice/preview/ | |
| POST | /change/payment/confirm/ | |
| GET | /info/payments/byid/#{order_id}/ | |
| GET | /info/invoice/byid/#{order_id}/ | |
| POST | /change/payment/reverse/ | |
| GET | /info/settings/token/ |