create_checkout
Create an order for a person to pay. Returns token, checkout_url (the
gateway's page: hand it to the person) and order_url (the order page in lang,
with the QR code once paid: show it to the buyer only, the token is a secret).
Confirm the plan and the price first: every call creates a new unpaid order,
so do not retry while a checkout is open. email (optional) also gets the eSIM
by mail. period_num (1–365) only for daily_unlimited plans. topup_iccid
with a plan_id from list_topups tops up an existing eSIM. A 403 means the
caller's jurisdiction is embargoed. To pay from a wallet use purchase_esim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | en | |
| No | |||
| plan_id | Yes | ||
| period_num | No | ||
| topup_iccid | No | ||
| payment_method | No | crypto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||