#Denis Yurchenko

1 messages · Page 1 of 1 (latest)

ivory kernelBOT
cyan owl
short trellis
#

req_CfPw5I8cI2SPFS

cyan owl
#

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?

short trellis
#

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.

cyan owl
#

what if you try to retrieve that specific cancelled subscription via it's id? Does that work?

short trellis
#

hm... 1 moment, i will try to get it via Id.

#

Yeah, I can retrieve it using the ID.
We have multiple tiers of subscriptions, and I just want to double-check if a specific user has already used a trial for any level of subscription.