#Lucas974

1 messages · Page 1 of 1 (latest)

ruby wharfBOT
teal lintel
#

Yes, please reach out to our Support team if you have a scenario where longer Subscription periods would be needed:
https://support.stripe.com/?contact=true

fossil minnow
#

And regarding my project, I wish to sell online a tutorial and give access to this tutorial : 2 years

#

one payment => access 2 years

#

In this case, this is not really a subscription?

#

I use react-router-dom for frontend, what is the easiest stack for the backend?

teal lintel
#

Will it be a recurring payment, or a one time payment? If it is a one-time payment, then that is not a good fit for a Subscription object within Stripe.

The easiest backend will likely be whatever one you're already most familiar with.

fossil minnow
#

if I choose one time payment, is it easy to give the user his invoice?

teal lintel
#

If you create an Invoice

ruby wharfBOT