Create SBP payment
create_sbp_paymentCreate a Russian SBP payment to receive a confirmation deep-link for the payer's banking app. The transaction is irreversible and moves real money.
Instructions
Create a payment via SBP (Russian fast payment system). Returns a confirmation URL / deep-link for the payer's banking app. MOVES REAL MONEY — irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | SBP payment amount | |
| currency | No | Currency (ISO-4217, default RUB) | RUB |
| return_url | No | Return URL — REQUIRED when confirmation_type=redirect | |
| description | Yes | Payment description | |
| confirmation_type | No | Confirmation type: redirect (needs return_url), embedded, or qr | redirect |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| paid | No | ||
| amount | No | ||
| status | No | ||
| confirmation_url | No |