startup-boilerplate icon indicating copy to clipboard operation
startup-boilerplate copied to clipboard

delete stripe customer when account is deleted

Open matthewwong525 opened this issue 5 months ago • 0 comments

Add feature to delete the stripe customer when account is deleted through the on_user_modify webhook. Main reason is because let's say if a user deletes an account, we want to cancel all their subscriptions as well and keep the stripe db clean.

  1. Find stripe customer id based on supabase id
  2. https://docs.stripe.com/api/customers/delete

matthewwong525 avatar Mar 07 '24 19:03 matthewwong525