Create
Payments
Add payments, subscriptions, and checkout to your application via Stripe. Master generates products, prices, and a webhook handler.
Overview
Payment integration is built on Stripe. Master can create products and prices, generate an embedded checkout, and handle webhook events.
Connect your Stripe account in Cloud → Connectors → Stripe.
Test mode vs. Live mode
Master implicitly runs in test mode — you can test payments with test cards (e.g., 4242 4242 4242 4242).
Products and pricing
You can define products in the chat. Master will create them via the Stripe API and save the price IDs.
Prompt examples
prompt
Create three subscriptions: Starter (9 €/month), Pro (29 €/month), Business (99 €/month).prompt
Add a "Buy" button to the product and redirect the user to /thank-you after payment.prompt
When the "invoice.paid" webhook arrives, mark the user's plan as active.