#Fred - subscriptions
1 messages ยท Page 1 of 1 (latest)
sub_1KXvjWC0QKj18akVds6grXCw
{
"error": {
"message": "The subscription is managed by the subscription schedule sub_sched_1KWJAgC0QKj18akVBycA4gXG, and updating any cancelation behavior directly is not allowed. Please update the schedule instead.",
"type": "invalid_request_error"
}
}
Thanks! Give me a few minutes to look into this.
If I look on my end, I do see that this subscription belongs to a subscription schedule: sub_sched_1KWJAgC0QKj18akVBycA4gXG
So if you want to update the subscription with cancel_at_period_end: "true", you would need to update the subscription schedule
Or first release the schedule with https://stripe.com/docs/api/subscription_schedules/release
And then update the subscription with cancel_at_period_end
I thought you could see the actual schedule in the stripe dashboard?
Is this only possible to see/release from the API?
And I can cancel it from the stripe dashboard without problems
I thought you could see the actual schedule in the stripe dashboard?
Yes it should be possible in the dashboard, so I'm not sure why you don't see it. But we are not really familiar with the dashboard here on Discord, we prefer using the API ๐