Docs
Use a one-time purchase system of Stripe in DoFastPro
Use a one-time purchase system of Stripe in DoFastPro
How to use a one-time purchase system of Stripe in DoFastPro
Types of payment system in Stripe
Stripe has two types of payment intents: one for the subscription and one for the one-time purchase (payment). DoFastPro allows you to use both types of payment intents.
Initial steps
After you added a product (subscription or one-time purchase) in Stripe with this guide, you can edit prices (value stripePriceID
) in prices.ts
file.
Decide which payment system to use
If you use a one-time purchase system, you don't need to change anything in files, because this system is used by default in DoFastPro.
If you decide to use a subscription system, Subscription guide will help you to understand how to use a subscription system of Stripe in DoFastPro.