I´m making a software where users can subscribe with a Stripe subsription, but when a user changes his/her email in the software, it does not updates his/her subsription in Stripe´s dashboard.
How can I update the email in Stripe´s dashboard when a user changes his/her email in the software?
Depends on what you are using for Stripe (ie. Bubble plugin, Stripe.js, API, …).
I know for Stripe.js there is an action called ‘Customer - Update’. You have to specify the Stripe Customer ID.