create_checkout
ActiveTool of ALT eSIM
Create a secure Stripe payment link for an ALT eSIM plan. Returns a payment URL the BUYER opens to pay (the agent never handles card details) AND a checkout_session_id. After the buyer pays, call get_qr_code with that checkout_session_id to fetch the eSIM QR and show it to the buyer. The QR is also emailed. Charged in USD. You MUST collect the buyer's real email.
Parameters schema
{
"type": "object",
"required": [
"sku_or_id",
"email"
],
"properties": {
"lang": {
"enum": [
"en",
"zh-hk",
"zh-cn",
"id",
"hi",
"es",
"fr",
"nl"
],
"type": "string",
"description": "Delivery email language (default 'en')."
},
"email": {
"type": "string",
"description": "Buyer's email — the eSIM QR code is also sent here."
},
"sku_or_id": {
"type": "string",
"description": "The plan sku or id to buy."
}
}
}Parent server
ALT eSIM
1/7 registries