T-Bank Acquiring
Zahlungen mit T-Bank Acquiring (T-Bank Kassa) verarbeiten — ein großes russisches Zahlungsgateway
tb
T-Bank Acquiring (formerly Tinkoff Acquiring) is one of the largest payment gateways in Russia, operated by T-Bank (Tinkoff). It enables businesses to accept bank card payments, process transactions, and manage refunds both online and via mobile.
With the T-Bank Acquiring integration in AACFlow, you can:
- Initialize payments: Create payment sessions and obtain payment URLs for customers
- Confirm payments: Complete and capture authorized payments
- Track payment status: Monitor transaction states in real time
- Process refunds: Execute full and partial refunds
- Check card eligibility: Verify card binding and available payment methods
- Generate receipts: Create fiscal receipts complying with 54-FZ regulations
This integration provides reliable payment automation for businesses using T-Bank's acquiring infrastructure.
Nutzungsanleitung
Integrate T-Bank Acquiring into the workflow. Can initiate, confirm, and track payments. Requires T-Bank terminal key and password.
Tools
tbank_init_payment
Initialize a new payment session
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
amount | number | Ja | Payment amount in kopecks |
orderId | string | Ja | Unique order ID |
description | string | Nein | Order description |
returnUrl | string | Nein | Return URL after payment |
terminalKey | string | Ja | T-Bank terminal key |
password | string | Ja | T-Bank terminal password |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
paymentId | string | Payment ID |
paymentUrl | string | URL for customer payment |
status | string | Initial payment status |
tbank_get_payment_status
Get current payment status
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
paymentId | string | Ja | Payment ID |
terminalKey | string | Ja | T-Bank terminal key |
password | string | Ja | T-Bank terminal password |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
status | string | Payment status |
amount | number | Payment amount |
orderId | string | Associated order ID |
tbank_confirm_payment
Confirm an authorized payment
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
paymentId | string | Ja | Payment ID |
amount | number | Nein | Amount to capture |
terminalKey | string | Ja | T-Bank terminal key |
password | string | Ja | T-Bank terminal password |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
success | boolean | Whether confirmation succeeded |
status | string | Updated payment status |

