#poacher2k
1 messages · Page 1 of 1 (latest)
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
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?
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)
right, but we can get this from the Stripe API, no?
you can yes
gotcha