#Denis Yurchenko
1 messages · Page 1 of 1 (latest)
hi there, can you share the request id [0]? it'd look like req_xxx
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
req_CfPw5I8cI2SPFS
hrm, that's odd, you should be receiving that cancelled subscription in the results
are you sure there's no Subscriptions returned? can you paste the response from Stripe?
sure 1 moment
Content:
{
"object": "list",
"data": [],
"has_more": false,
"url": "/v1/subscriptions"
}
Enumeration yielded no results
<Stripe.StripeList`1[[Stripe.Subscription, Stripe.net, Version=41.16.0.0, Culture=neutral, PublicKeyToken=null]]@32311923 id=> JSON: {
"object": "list",
"data": [],
"has_more": false,
"url": "/v1/subscriptions"
}
req_Z1H5zEiPQY4ZBW
I hope this data is usefull, i can copy some other fields from stripe response if needed.
what if you try to retrieve that specific cancelled subscription via it's id? Does that work?