
Plan Configurations
After you’ve imported your products from Stripe, you need to have a 1-to-1 mapping of the Product to their interval types. For instance, you can create a new plan called ‘Growth Tier’ where you link one Product for the monthly interval, and another Product for the yearly interval.
The identifier must be unique as it be used later for during API calls.

You can also map particular Stripe productIds with their corresponding original
productIds. This is useful if you use external tools or have a complex backend
system.
Required Fields
The unique id for your Plan
The description of your plan
The product that is linked to your monthly plan.
The product that is linked to your yearly plan.
For One-time Products, you can link a single value instead of grouping the Monthly & Yearly.