#MrBless
1 messages · Page 1 of 1 (latest)
You should still be able to use Retrieval Subscription API to retrieve the subscription. Can you share the request ID (req_xxx) that you attempt to retrieve the canceled subscription, but failed?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sample code
subscription.delete```
After doing it if I want to retrieve the subscription again it would throw an error Stripe::Subscription.retrieve("sub_1NSv2eHRpWkRKFEBQxhN2bmb")
Your API version is too old (2013). It's basically 10 years ago 😅
Could you try with latest API version?
I will try with new api version and let you know.