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 guess
Solution:
Hey are you able to open a github issue on this? In the mean time you can hse hooks to manually update users...
Jump to solution
2 Replies
Solution
Ping
Ping3d ago
Hey are you able to open a github issue on this? In the mean time you can hse hooks to manually update users
Duki
DukiOP3d ago
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 ...

Did you find this page helpful?