Integrations
Stripe
Add payments, subscriptions, and billing to your generated apps with Stripe. Rytora BuildLabs generates a complete payment integration with server-side handling and type-safe clients.
How it works
When you mention payments or billing in your app prompt, the AI Builder automatically generates a Stripe integration. This includes the NestJS payment module, webhook controller, frontend checkout components, and all necessary type definitions.
What gets generated
One-time payments
Accept single payments for products, services, or digital goods using Stripe Checkout sessions.
Subscriptions
Manage recurring billing with Stripe Subscriptions. Rytora BuildLabs generates the webhook handlers, customer portal, and billing logic.
Invoices
Automatically generate and send invoices to customers with Stripe Invoicing integration.
Webhook handling
Pre-configured NestJS webhook endpoints that verify Stripe signatures and process events like payment success, subscription changes, and refunds.
Setup
Enable the Stripe connector in Project Settings → Connectors. Add your Stripe API keys through the connector UI — credentials are encrypted and automatically injected as environment variables.
Connector fields
STRIPE_SECRET_KEYsk_live_...STRIPE_PUBLISHABLE_KEYpk_live_...STRIPE_WEBHOOK_SECRETwhsec_...Connector permissions
Each tool can be set to Always allow, Ask each time, or Never allow:
- - Process payments
- - Manage subscriptions
- - Handle webhooks
Pro plan required
Stripe integration and deployment are available on the Pro plan. Free tier users can preview Stripe flows in the browser using test mode keys.