#Bhavdip - update subscription end date
1 messages · Page 1 of 1 (latest)
It sounds like you want to set the Subscription's cancel_at property when updating the subscription 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.
If you set that, the subscription will automatically cancel at the time that you set
I want to update only end date.
I need help on how to update end date.
@cedar sedge Do you know ?
What end date are you talking about? Can you show me where you are setting it currently?
Subscription plan cycle
The doc I provided defines when a subscription ends, as far as I know that is the best place to update a subscription to end on a certain date.
Do you set this in code or via some UI?