#Remi-email
1 messages · Page 1 of 1 (latest)
Hi! I think you need to set the email property of the customer: https://stripe.com/docs/api/customers/object#customer_object-email
but that changes the account email, i dont want that
@shut canyon I think he means he wants to keep customer email same and change only billing email
in the dashboard i can do this. Different email for account and billing. I want to do this through the api
Thanks for the clarification! Give me a few minutes to check.
🙂
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)
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
hm thats disappointing