Payment methods
One create-payment request — the customer picks the method on the checkout page. Which methods are offered is configured gateway-side and changes without touching your integration.
SBP
Currency: Roubles
How it runs
The customer scans an NSPK QR code in their banking app. We confirm the payment by polling the processor.
Mir card
Currency: Roubles
How it runs
Card details are entered on our checkout page. The bank may ask for a 3-D Secure code.
Visa / Mastercard
Currency: Roubles
How it runs
International cards. Details are entered on our checkout page, followed by the standard 3-D Secure flow.
Crypto
Currency: USDT TRC20
How it runs
USDT on TRC20. The customer transfers to the address we issue; the network confirms the credit.
What they share
Every method is the same POST /api/v1/payments and the same webhook. The method changes neither the request shape nor the notification shape, so adding one never requires a release on your side.
Checkout page →