#daniell_74820

1 messages ยท Page 1 of 1 (latest)

hallow hemlockBOT
clever tusk
#

Hello! What do you mean by "goes over 3 months"? Lasts longer than three months? Goes for three months and then cancels? Something else?

#

Oh, you already have a thread open. Just a heads up for next time that you can use an existing open thread for a new question, you don't have to ask again in #dev-help. ๐Ÿ™‚

elfin apex
#

Hi :). Should I post all my different questions in one thread? Did I understand you correctly? English is not my native language, sorry for that. With "goes over 3 months" I mean that the customer pays every 3 months till he cancels the subscription.

clever tusk
#

Yep, a single thread is fine. ๐Ÿ™‚

#

Stripe Subscriptions will, by default, continue forever until they're canceled.

#

If you have a system for people to cancel them then that will stop the payments.

elfin apex
#

Thank you for your response. I want that the customer is billed every 3 months

clever tusk
#

Meaning they pay once every three months?

#

If so, you would do that by setting interval to month and interval_count to 3 so they get a new Invoice every three months.

elfin apex
#

Yes, this is what i mean.

#

thank you very much!!!