#rubs-cancel
1 messages · Page 1 of 1 (latest)
"cancel_at" param allows to specify a date which subscription will be canceled
@viscid ore it's not an option in Checkout unfortunately!
You could maybe use Checkout to create the subscription and then after it's done and you're handling the successful subscription creation, make an update call to set that field. https://stripe.com/docs/api/subscriptions/update#update_subscription-cancel_at
Yeah it's the solution i found but it looks like a hack
I don't understand why we cannot specify this param in subscription_data
in a checkout session create object
it's just not supported(not everything is passed through automatically, since it might require specific support in Checkout)
for example if we supported it then the Checkout page should show some text to the user to tell them when the sub will cancel, and that text/code to make that text appear doesn't exist yet
so it's a matter of what is a priority to build - this specific point about cancel_at has been raised before and it's something the team is looking at at least.