Subscriptions
The Subscription pricing configuration allows you to set up and manage recurring payment plans for your application. This configuration is defined in the subscription-pricing.ts file and can be utilized through the SubscriptionPricing component.
The configuration in subscription-pricing.ts
consists of the following settings for each plan:
Go to the Stripe Dashboard to create a new subscription for each plan. The price identifier is used to identify the plan in the application. The price identifier is unique to each plan and can be found in the Stripe Dashboard.
Then copy the price identifier and paste it into the monthly
and annually
fields of the priceId
in the subscription-pricing.ts
file.
The SubscriptionPricing component is used to display the one-time payment plans in the application.
Was this page helpful?