#jacob-subscription-canceled
1 messages · Page 1 of 1 (latest)
Sure, one sec
Getting the sub id now
Or, is that the price id?
price_1K7PWOKp4jSDqDT8lTikE6QU
that's the price id but it's fine, let me have a look
lol that's a Subscription Item :p
but it's fine I got it but a subscription is is sub_123
sub_1K7ZPqKp4jSDqDT87SAuvbt2
https://stripe.com/docs/api/subscriptions/list#list_subscriptions-status you don't seem to use this
like you just call https://stripe.com/docs/api/subscriptions/list without status so you won't get the canceled ones unless you pass status: 'all' right?
oh, my mistake, this threw me off https://gyazo.com/a6345d40da4405fe6ec671b69654c8d9
didn't realize more was needed, will try that. thank you for your time
yeah the wording in the doc is weird. My understanding is that before the API version https://stripe.com/docs/upgrades#2016-07-06 you could never list canceled subs, and after that version you don't get them by default but you can filter via status: 'canceled' or status: 'all
let me know if that doesn't work