#dr_ironbeard
1 messages ยท Page 1 of 1 (latest)
I see, I think it's a Dashboard-specific field, I am not sure if anything gets sent to that email.
That is, nothing gets sent to "account email," only to "billing email"?
(and billing_email is set to == account_email unless specified otherwise)
What kind of emails are you receiving on the billing email?
Well, I assume that's where customers get invoices etc?
You said you are getting some emails on the billing email address, what are those emails?
I think we're confused. ๐
I'm not getting any emails, this is all hypothetical. I'm asking "if I set a customer's billing email to be different than their account email, will they get any emails from stripe sent to their account email?"
Sorry, I misunderstood. I think nothing gets sent to the billing email, only to the account email. But the best way is to check for yourself. Anyway, if you work with the API I wouldn't worry about the billing email as it's not accessible from the API.
In case you want to send a receipt to a specific email, you can use this property of the PaymentIntent object: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-receipt_email
It's okay ๐ Well, I have a customer who needs the annual invoices sent to a separate email address, so I figured that would be the way to do it
I would handle it on your side manually somehow, as I am not sure if this other email works, and how. I wouldn't rely on it.
gotcha, thanks ๐
Happy to help!