#Alexb-subscriptions

1 messages · Page 1 of 1 (latest)

sand lodgeBOT
sudden pollen
#

Hi đź‘‹

You would create a monthly recurring subscription that cancels after six months

rain temple
#

Ok thanks 🙏 but I think it won't work in my case because it's a platform where consumers can unsubscribe autonomously by clicking on a button.

sudden pollen
#

Are you building your own integration here?

rain temple
#

It’s building with stripe intégration, it’s the question ?

sudden pollen
#

And why would the customer unsubscribing change how you implement the subscription?

#

Yes. Are you writing code to integrate with the Stripe APIs?

rain temple
#

Yes

#

The consumer have the possibility to cancel subscription because if he choose 6months commitment after 6months the renew is automatic. If i integrate with a monthly récurring subscription if the consumer cancel i think the subscription will be cancel and don’t work to the end of the commitment?

sudden pollen
#

Well that is all up to you

#

Your integration is what determines if and when the Customer can cancel their subscription.

#

Since you are writing the code, you can construct the update to the Subscription object to cancel only at the 6 month mark.

rain temple
#

Ok perfect thanks you !

sudden pollen
#

Happy to shed what 💡 I can 🙂