#Alexb-subscriptions
1 messages · Page 1 of 1 (latest)
Hi đź‘‹
You would create a monthly recurring subscription that cancels after six months
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.
Are you building your own integration here?
It’s building with stripe intégration, it’s the question ?
And why would the customer unsubscribing change how you implement the subscription?
Yes. Are you writing code to integrate with the Stripe APIs?
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?
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.
Ok perfect thanks you !
Happy to shed what 💡 I can 🙂