#JUSTIN69-subscription-end
1 messages · Page 1 of 1 (latest)
I saw the docs but im not sure where to put the script
This is what you're looking for
https://stripe.com/docs/billing/subscriptions/cancel#cancel-at-end-of-cycle
Can you help me please with this script?
I 'm not sure where to put it or to change it
When do you want to trigger this cancellation?
At the end of the first month
umm this is tricky as either you'd have to manually update each subscription or you can implement webhooks to listen for customer.subscription.created event and then update that subscription with cancel_at_period_end parameter