Plans & Subscriptions

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 general details about the offering, and delegate the configuration 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 in your Dashboard, or programmatically using the Plans API.

Generate Plan

Navigate to Billing > Plans and click on Create to create a new plan. This will generate a standard plan with a yearly and monthly price option.

Plans Section

Modify Plan

Once a plan is created, you can modify any part of the Plan such as Currency, Title and Summary.

The currency can't be modified if the plan is already attached to a subscription.

Edit Plan

Price Options

Manage Price Options that define the pricing and billing logic that's used to power your 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.

Edit Plan Options

Price Options can be modified at any time, changes will automatically be applied at the next billing interval.