You're viewing a demo portfolio

Join the waitlist
PRSM

create_checkout

Active

Tool of ALT eSIM

declared in 0.41.2

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."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

ALT eSIM

1/7 registries
View full server →