create_order
Create a payment order and receive a hosted payment link to send to the payer. Accepts amount, currency, customer details, and extra data, supporting one-step or two-step payments.
Instructions
Create a payment order (invoice link). Returns a URL the payer can open to pay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Payer email for receipt | ||
| Phone | No | Payer phone number | |
| Amount | Yes | Payment amount | |
| Currency | No | Currency (RUB, USD, EUR, etc.) | RUB |
| JsonData | No | Extra data as JSON string | |
| AccountId | No | User identifier in your system | |
| InvoiceId | No | Order number in your system | |
| SendEmail | No | Send payment link to the email automatically | |
| Description | Yes | Order description shown to the payer | |
| RequireConfirmation | No | true = two-step payment |