Documentation

  1. Add Products:

    Go to the Products section in the admin panel. Click Add Product and fill in the product details. Each product will be available for subscription and linked to your Stripe account.

  2. Share Product Pages:

    After adding products, view the Products list. Each product has a public page you can share with your customers. Use the provided share link to promote your product.

  3. Set Up Your Stripe Account:

    In the Settings section, add your Stripe API key. This enables secure payment processing for your products and subscriptions. You can find your API key in your Stripe Dashboard.

  4. Subscriptions (Most Important):

    Customers can subscribe to your products from the Subscriptions page. Each product with a recurring price will appear as a subscription option. The subscription flow is as follows:

    • Customers select a product and price, then enter their email to subscribe.
    • Stripe Checkout is used for secure payment and subscription management.
    • After successful payment, customers receive a confirmation email and can view their active subscriptions.

    Tip: Ensure your Stripe API key is set up before offering subscriptions. If not configured, users will see an error message.

For API integration details, see the Usage Guide.