#rogue_ram
1 messages · Page 1 of 1 (latest)
You may set the timestamp that is before the month end to cancel the subscription with cancel_at field: 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.
Am I able to change that on a existing subscription
?
Yes, you can use Update Subscription API to set the cancel_at
Alright, Ty!