#pradeep_23356
1 messages · Page 1 of 1 (latest)
Hello! Let me take a look...
You can fetch the Subscription from the API and look at the cancellation_details.reason property to see why it was canceled: https://stripe.com/docs/api/subscriptions/object#subscription_object-cancellation_details-reason
when i tried to fetch subscription via api it says "No such subscription: 'sub_1OMhVA4V4UG4b3QnzvjfNZ4n'" because subscription is cancel
Canceled Subscriptions are still available via the API. Does the Subscription exist on a different account perhaps?
Maybe you're using the wrong API key, or maybe you need to specify a connected account ID in the request?
no it is same platform account
and i confirm api not returns cancel subscriptions
because i tried many time to fetch this but never worked
I promise you the API will return canceled Subscriptions.