
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
id
required
The unique id for your Plan
string
required
The description of your plan
plan
The product that is linked to your monthly plan.
plan
The product that is linked to your yearly plan.