All Questions

Payment Bootstrapping

Hello everyone! Anyone knows how to setup Stripe for the following context?

Hello everyone!

Anyone knows how to setup Stripe for the following context? :

It is a subscription basis saas. I want to charge for users who buy:

• Day of release until two weeks (3 euros / month)

• Increase price for next two weeks (5 euros / month)

• Increase to standard price (10 euros / month)

I want that if a user buys the service with the first price, they pay that subscription monthly price forever without any increase.

Not sure what would be the right configuration for this. Any help is more than welcome, thanks.

author Julia Álvarez

Reply
2 Answers

So in Stripe you create products which have subscriptions and then seperately you create prices for tha product. So if they sign up to a subscription they’ll get charged the price they got given when signed up.

So you would just create a new price every 2 weeks and change the price id you’re using

writen by Iain Cambridge

alright sounds good, thanks Iain!

writen by Julia Álvarez

Do you want to ask a question?


Related Questions