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

Stripe user not deleted on auth user delete #352

Open
bennik88 opened this issue Jun 26, 2024 · 0 comments
Open

Stripe user not deleted on auth user delete #352

bennik88 opened this issue Jun 26, 2024 · 0 comments

Comments

@bennik88
Copy link

Problem
If I understand the code base correctly it's missing the case when a user is deleted in the database to also delete the stripe record that belongs to it. Or am I missing something?

Possible Solution
In a past App, I did this with a webhook from Supabase that called a Next js API route to delete the Stripe user with the stripe api.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant