get_qr_code
ActiveTool of ALT eSIM
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)."
}
}
}Parent server
ALT eSIM
1/7 registries