Skip to main content

Tochka Bank

Quick Start
  1. Sign up at tochka.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Tochka Bank →

Overview

Tochka Bank payment integration

Provider IDtochka
CategoryBank Transfers
Websitetochka.com

Authentication

  • Method: Bearer token
  • Base URL: https://enter.tochka.com/api/v2

Configuration

Required Parameters

ParameterDescription
jwt_tokenJWT Token
merchant_idMerchant ID

Example Configuration

{
"provider": "tochka",
"provider_params": {
"jwt_token": "your_jwt_token_here",
"merchant_id": "your_merchant_id_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
CREATEDaction_required
CANCELLEDcancelled
SUCCEEDEDcharged
PENDINGcharging
FAILEDfailed
REFUNDEDrefunded

API Reference

MethodEndpointDescription
POST/acquiring/payments
GET/acquiring/payments/#{payment_id}
POST/acquiring/refunds

Resources