#poacher2k

1 messages · Page 1 of 1 (latest)

lofty escarpBOT
fallow nacelle
#

it means the subscription has been cancelled, so you likely want to to stop providing the service the customer was paying for to them, so you'd do whatever makes sense in your system for that

upbeat tinsel
#

right, and the subscriptionId won't ever be used again?

#

ie. it doesn't make sense to keep this value around, as after the customer.subscription.deleted event occurs, that specific subscription won't ever be used?

fallow nacelle
#

we don't use it again. Might be useful for you to keep for future reporting though(if you ever want to e.g. list all invoices for an old customers subscription)

upbeat tinsel
#

right, but we can get this from the Stripe API, no?

fallow nacelle
#

you can yes

upbeat tinsel
#

gotcha