#Zerdayne
1 messages · Page 1 of 1 (latest)
I tried to achieve that with a subscription schedule but the cancellation didn't work as I intended to
Yeah you can set cancel_at: https://stripe.com/docs/api/subscriptions/update#update_subscription-cancel_at
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks