change email does not update the customer's email in stripe
When executing an email change, the new email is not updated in the stripe's customer table in the dashboard. Is that something that is meant to be done manually? I would have expected BA to check if there is a customer Id set on that user and if so, trigger the change in stripe as well. Question is just, should it happen right after the change requested got accepted by the user (from the
sendChangeEmailVerification
email) or after the new email got verified. That could maybe depend on the requireEmailVerification
flag I guessSolution:Jump to solution
Hey are you able to open a github issue on this?
In the mean time you can hse hooks to manually update users...
2 Replies
Solution
Hey are you able to open a github issue on this?
In the mean time you can hse hooks to manually update users
Got it! Thanks for the workaround
https://github.com/better-auth/better-auth/issues/2385
GitHub
change email does not update the customer's email in stripe · Issu...
Is this suited for github? Yes, this is suited for github To Reproduce Setup BA with Stripe and set the createCustomerOnSignUp flag to true Sign up a user with the email/password credential Change ...