Active public subscription lane for individual builders and small operator workspaces.
Stripe checkout
Start JAWS
Enter the email that should receive account notices and choose the active subscription lane. The browser posts to the governed checkout API before redirecting to Stripe.
Active public subscription lane for heavier workspace operations and support needs.
Checkout is completed on Stripe; IORCH only handles the governed route and redirect.
Secure payment route
Continue To Stripe
Checkout requires an email and plan so the public API can create the right subscription session.
Route governed
What Happens Next
The form sends a signed request shape to the checkout function, receives a Stripe Checkout URL, and then transfers the browser to Stripe. If Stripe does not return a URL, the page shows the API error instead of failing silently.
- Use the same email you want tied to account notices.
- Stripe handles payment details.
- The checkout function remains the single revenue route.