Plans & Options
Plans are the foundation for launching recurring business models with Paisr. Plans serve as reusable templates that can be referenced when creating subscriptions. Plans contain a general description of the billing offering, and delegate the detailed pricing and frequency logic to their associated Price Options.
This modular approach makes it easy to manage multiple pricing tiers, promotional models, or regional strategies—all under a single Plan.
How it works
You can create and manage plans from the Billing section of your Dashboard or programmatically using the Plans API.
Create a Plan
Start by creating a plan with a descriptive title, summary and select a currency.
Add Price Options
Add price options that define the pricing and billing logic that’s used to power subscriptions.
Things to keep in mind:
- Unit price must be atleast 0.01
- Billing intervals & Trial periods must be set between 1 and 365 days.
- Custom attributes must follow the
[key: value]
standard with a max of 16 properties.
Modifying Plans
Once a plan is created, it can only be modified or deleted under these conditions:
- Plan currency can’t be modified if the plan is connected to a subscription.
- Options can’t be deleted if they’re connected to a subscription, they can only be archived.
Plan options can be modified at any time. Do keep in mind that any changes made will only take effect at the next billing interval.