Create Order
create_orderCreate an order for an eSIM package. Returns a Stripe checkout URL where the user can pay. Requires a session key (from a previous tool call's structuredContent) or creates one automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_id | Yes | The package ID to order | |
| session_key | No | Session key from a previous tool call. If not provided, a new session is created automatically. | |
| referral_code | No | Optional referral code for a discount |