#nachofranco14-sub-0update
1 messages · Page 1 of 1 (latest)
the request_id is req_VJR1x3ya29P4ua
check it please
and let me know what would happen if I remove the "cancel_at" from the payload
I'm a bit hurry @blazing dirge, need to update my line manager and CTO in a few minutes
would it solve the issue?
Correct, you should update the parent schedule: https://stripe.com/docs/api/subscription_schedules/update#update_subscription_schedule-end_behavior
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I just want to update the subscription
with the rest of info
I don't care anymore about the cancel_at
if I remove it from the payload, will the update work?
Hmm, I don't think so as you're updated the items too
but
the problem states that and updating any cancelation behavior directly is not allowed
Right, but even if you remove the cancels_at parameter I think you'll just see a different error
Can't you just remove the parameter and retry the request?
Something about not being able to update items on a schedule controlled subscription
it's production, I can't just make the request and I haven't faced the scenario on the test env
Yikes, I'd recommend creating the scenario in your test env then
Great!