#shubhamjha
1 messages · Page 1 of 1 (latest)
hey
how can i cancel any shedule subscription emidtiate without shedule for cancel
You can cancel the underlying subscription: https://stripe.com/docs/api/subscriptions/cancel
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hope I understood the question
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 use same code but it retuern me
Scheduled to cancel on
Feb 2, 2026, 4:00 AM
but i want to cancel in current time
Can you send the request id for this: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
await stripe.subscriptionSchedules.cancel(id)
That's the request for creating the schedule not cancelling
Yeah you didn't cancel it properly
You updated the subscription to cancel at period end that's why
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 use same code
?
You didn't cancel the subscription schedule
There would be a corresponding request
You updated the underlying sub to cancel at period end
That code didn't run
Look at the request you made in the screenshot
It's an update subscription call
Yes but that code didn't run
Look at the screenshot you shared
Completely different request
where
With different parameters
Find in your code where you make that request
That's what ran
wait i just call only cancel then send you req id
You don't though
There would be a request in the dashboard
This is what you're currenlty doing: #1103699873687162880 message
Because of this same request I keep linking: #1103699873687162880 message
not shedule
no that screeenshot is difrrent
Look at the top: https://dashboard.stripe.com/test/subscription_schedules/sub_sched_1N43iASBeubK048wRquK8Qov
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It says cancelled
You cancelled it. Nothing more is required
It was originally scheduled to cancel on Feb 2nd. But with the latest request you made, you cancelled it immediately, so you're done