For the complete documentation index, see llms.txt. This page is also available as Markdown.

Stripe

Payments

Whether you're collecting a one-time processing fee for a loan application or managing monthly "Pro" SaaS subscriptions, the Stripe integration handles the heavy lifting of global commerce.

  • Modular Components: Simply ask the builder to "Add a pricing table" or "Create a checkout button." It will generate the UI and link it to your Stripe products.

  • Secure Redirects: The platform uses a structured integration layer to handle Stripe Checkout redirects, keeping sensitive payment data off your servers.

  • Post-Payment Logic: Use Plan Mode to decide what happens after a successful swipe—like automatically triggering a "Welcome" email or updating a user's status in your database.

Setup Guide: Stripe API Documentation

Last updated