Tochka Bank
Quick Start
- Sign up at tochka.com 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
Tochka Bank payment integration
| Provider ID | tochka |
| Category | Bank Transfers |
| Website | tochka.com |
Authentication
- Method: Bearer token
- Base URL:
https://enter.tochka.com/api/v2
Configuration
Required Parameters
| Parameter | Description |
|---|---|
jwt_token | JWT Token |
merchant_id | Merchant ID |
Example Configuration
{
"provider": "tochka",
"provider_params": {
"jwt_token": "your_jwt_token_here",
"merchant_id": "your_merchant_id_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
CREATED | action_required | |
CANCELLED | cancelled | |
SUCCEEDED | charged | |
PENDING | charging | |
FAILED | failed | |
REFUNDED | refunded |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /acquiring/payments | |
| GET | /acquiring/payments/#{payment_id} | |
| POST | /acquiring/refunds |