Users can have multiple customer records in our db, so we need to filter out non-unique stripe customer ids before fetching subscriptions for each.
Instead of deleting customers on cancel we will now update the subscription status to canceled. This way we can have some visibility on which users have canceled.