Create eSIM checkout link
create_checkout_linkCreate a secure payment link on siima.online for a Siima eSIM plan (Stripe-powered, but hosted on our own site — never a redirect to checkout.stripe.com). Give the returned url to the user to complete payment. Optionally pass the buyer's email to pre-fill the checkout form. The buyer confirms it with a 6-digit code we email them, then pays — nothing is ordered until they do. After payment, the eSIM QR code, one-tap activation link, and manual installation codes are emailed to the buyer within a minute. No account or signup is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Buyer email to pre-fill at checkout (they verify it before paying; the eSIM is delivered there) | ||
| plan_id | Yes | Plan id from search_esim_plans | |
| currency | No | Currency for prices: "usd", "eur", or "gbp". Defaults to "usd". | usd |