#Remi-email

1 messages · Page 1 of 1 (latest)

shut canyon
trail ember
#

but that changes the account email, i dont want that

whole vortex
#

@shut canyon I think he means he wants to keep customer email same and change only billing email

trail ember
#

in the dashboard i can do this. Different email for account and billing. I want to do this through the api

shut canyon
#

Thanks for the clarification! Give me a few minutes to check.

trail ember
#

🙂

#

little extra information: These customers dont add a payment method. (that seems to be the only way to add this that i have foudn so far)

shut canyon
#

Yes I don't see a "billling email" field on the customer object here https://stripe.com/docs/api/customers/object
So it means this is a dashboard only feature, and it's not possible to change that with the API unfortunately.

#

So like I said before, you'll need to edit the email property of the customer

#

And if you need to store other emails for your use case, you could store them in the metadata field

trail ember
#

hm thats disappointing