You're viewing a demo portfolio

Join the waitlist
PRSM

create_checkout_link

Active

Tool of Siima eSIM

declared in 1.0.0

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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Siima eSIM

1/7 registries
View full server →