Skip to main content
All CollectionsOnboarding.Online FAQPaywall: Stripe Integration
How to Add Stripe Products and Subscriptions in Paywall
How to Add Stripe Products and Subscriptions in Paywall
L
Written by Leanid Yuryeu
Updated yesterday

This article guides you through filling out information about Stripe products and subscriptions in the Onboarding Online form.

Step 1: Create Stripe One-Off Product or Recurring Subscription

1. Log into Your Stripe Products dashboard.

  • Navigate to the Product Catalogue dashboard.

  • Click on the + Add Product button.

Ensure the appropriate mode (Test or Live) is selected using the toggle.

2. Add Product Details

  • Name: Enter the product name. This helps you track inventory or provisioning.

  • Description: Optionally, describe the product.

  • Image: Optionally, add an image for the product.

  • Advanced Options: Optionally, add a statement descriptor, unit label, or metadata.

  • Click Next

3. Add a Price to Your Product

Once the product has been defined, you now need to create associated prices

Pricing Model:

  • Standard: Use for consistent pricing per unit, available for both recurring and one-time prices.

  • Package: Use if charging by a group of units, available for both recurring and one-time prices.

  • Graduated: Use for pricing tiers, available only for recurring prices.

  • Volume: Use for consistent pricing based on the total number of units, available only for recurring prices.

Billing Period: Define whether the pricing is one-time or recurring.

Metered Billing: Optionally, use to charge customers based on usage at the end of each billing period.

Advanced Options: Optionally, add a price description for internal tracking purposes.

You can add additional prices for the same product if needed (e.g., different currencies or intervals).

For more examples and API details, visit Stripe Billing Examples.

Step 2: Open the 'Product' Screen in Onboarding Online

1.Navigate to Your Onboarding Online Project

  • Find the Paywall Products menu in the right panel.

  • Click on the + Add Product button.

2.Enter a useful name and Switch to the STRIPE tab.

Step 3: Fill in Stripe Subscription or Product Details

Select Subscription Product Kind:

  • Subscription: Recurring payment type.

  • Product: One-time purchase payment type.

Fill in Stripe Product ID

  • Log into Your Stripe Products dashboard.

  • Navigate to the Product Catalogue dashboard.

  • Click on the row with the subscription or product you want to add.

  • Find Details -> Product ID and copy it to the clipboard.

  • Paste the product ID into the corresponding field in the Onboarding Online form.

Fill in Stripe Price ID

  • Log into Your Stripe Products dashboard.

  • Navigate to the Product Catalogue dashboard.

  • Click on the row with the subscription or product you want to add.

  • Click on the Price row.

  • Find the Price ID and copy it to the clipboard.

  • Paste the price ID into the corresponding field in the Onboarding Online form.

Set Stripe Trial (For Subscription Type Only)

For subscriptions, set the amount of free trial days in the corresponding text field (0 means no trial).

See examples of Stripe checkout without trial and with Trial

With Trial:

Without Trial:

For Product - the free trial is not available:

Select Subscription/Product Environment

  1. Sandbox: If testing payments with Stripe test cards.

  1. Production: For real purchases.

DO NOT forget to change the Environment mode for the product added to your Onboarding Online Project. If you have created the Subscription or Product in Stripe in Test mode and then published it in Live mode, ensure the environment is correctly updated.

Did this answer your question?