ALT eSIM
AE
ALT eSIM
/get_qr_code

get qr code

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_payme

liveverifiedunknown~5s typical
mcpprobedaltesim
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-altesim-esim /get_qr_code for me.

Input

FieldTypeDescription
checkout_session_id*stringThe checkout_session_id from create_checkout (Stripe session id).

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-altesim-esim","endpoint":"/get_qr_code","input":{"checkout_session_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-altesim-esim -e /get_qr_code -i '{"checkout_session_id":"..."}'
mcp
run_tool({ provider: "mcp-com-altesim-esim", endpoint: "/get_qr_code", input: {"checkout_session_id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.