Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete stripe customer when account is deleted #30

Open
matthewwong525 opened this issue Mar 7, 2024 · 0 comments
Open

delete stripe customer when account is deleted #30

matthewwong525 opened this issue Mar 7, 2024 · 0 comments

Comments

@matthewwong525
Copy link
Collaborator

matthewwong525 commented Mar 7, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Backlog
Development

No branches or pull requests

1 participant