create_checkout_link
ActiveTool of Siima eSIM
Create a secure Stripe-hosted payment link for a Siima eSIM plan. Give the returned url to the user to complete payment. Optionally pass the buyer's email to pre-fill it; otherwise Stripe collects it on the payment page. 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.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"plan_id"
],
"properties": {
"email": {
"type": "string",
"format": "email",
"description": "Buyer email to pre-fill at checkout (eSIM is delivered to this address)"
},
"plan_id": {
"type": "string",
"format": "uuid",
"description": "Plan id from search_esim_plans"
}
},
"additionalProperties": false
}Parent server
Siima eSIM
1/7 registries