#Max1414
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) with 500 error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_YcFE6ngDGwXHTB
For updating a schedule of a subscription, you'll need to create a schedule on the subscription first: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#existing-subscription
Then update the subscription schedule created in previous step to end after 3 iterations
You're missing the first step to create subscription schedule on the existing subscription
Thanks for your quick reply @nimble coyote. If the user already is in the subscription that is charged monthly. Do I need to create a subscription schedule in the subscription ID like this? https://stripe.com/docs/api/subscription_schedules/create