Are stripe users associated to our app database by the users email?
Can we change the email inside stripe for the customer, or the email address for the user in the app, without payment issues or anything??
Are stripe users associated to our app database by the users email?
Can we change the email inside stripe for the customer, or the email address for the user in the app, without payment issues or anything??
I’ve done this and haven’t had any issues. The Stripe customer ID is the unique thing, not email, so you can change the email on either end and the customer ID will still be associated with the same records. Further proof - you can create multiple Stripe customers with the same email address…