Create recurring payment
create_recurring_paymentAutomatically charge a saved payment method to create recurring payments. Immediate, irreversible card charge with no user interaction.
Instructions
Charge a saved payment method. Charges the card immediately WITHOUT any user interaction. MOVES REAL MONEY — irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Recurring charge amount | |
| currency | No | Currency (ISO-4217, default RUB) | RUB |
| description | Yes | Recurring payment description | |
| payment_method_id | Yes | ID of the saved payment method (from payment_method.id) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| paid | No | ||
| amount | No | ||
| status | No | ||
| confirmation_url | No |