#crsmith0511

1 messages · Page 1 of 1 (latest)

foggy mauveBOT
light crag
#

That will only send back 3 Subscriptions max

#

Subscriptions that are cancelled become deleted, so they don't show up in API calls if I recall correctly

sharp sable
#

oh yep i get the limit - just copied and pasted. has that changed recently about canceled subscriptions not returning?

light crag
#

I don't think so. Let me doa quick check of my work from earlier

#

Ah, okay. So I was wrong. Subscriptions that are canceled should still show up in the List All Subscriptions API calls

sharp sable
#

Okay - thank you that is super helpful to know!

#

If we archive a product and call stripe.subscriptions.list will the return the expired/cancelled subscriptions for archived products? We have stripe receipts returning for a user but when we call the stripe.subscriptions.list no subscriptions are coming back for a user who had the archived product as a sub

light crag
#

How many subscriptions are returned in that call?

sharp sable
#

No subscriptions from that call are being returned for the user. They do not have any active subscriptions, only a cancelled one that was from an archieved product

light crag
#

Are you passing the Customer ID into the request?

#

Also, you need to pass in status: 'canceled'

#

Canceled subscriptions are not returned by default

sharp sable
#

We are not. I will try that out. Thank you for your help