You're viewing a demo portfolio

Join the waitlist
PRSM

get_qr_code

Active

Tool of ALT eSIM

declared in 0.41.2

Fetch the eSIM QR code(s) for an order, to show the buyer directly. Pass the checkout_session_id from create_checkout. Returns a clear `status`: 'awaiting_payment' (buyer has NOT paid — tell them to pay), 'processing' (paid, eSIM still provisioning — retry in ~30s), 'ready' (returns the QR image(s) + ICCID(s) to display), 'expired', 'refunded', or 'failed'. Use the status to tell the buyer exactly what's happening — never assume payment succeeded.

Parameters schema

{
  "type": "object",
  "required": [
    "checkout_session_id"
  ],
  "properties": {
    "checkout_session_id": {
      "type": "string",
      "description": "The checkout_session_id from create_checkout (Stripe session id)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

ALT eSIM

1/7 registries
View full server →