#Matt K
1 messages ยท Page 1 of 1 (latest)
Customer objects only have one field to hold an email address specifically. That being said you can try adding these additional addresses as metadata on the Customer object https://stripe.com/docs/api/metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Stripe wouldn't send emails to them but they would be accessible to you when working with them in the API
Thanks! Is it possible to disable Stripe sending any/all of the emails, and just handle all the emails on our side?
I see a handful of switches, but nothing that appears to flat out disable all of them
I don't think there is one switch to do all of that but I do think between all of the switches you should be able to disable all of them. Is there a certain kind of email you are looking to disable?
No just looking to have more fine grained control
Hi there ๐ taking over, as my colleague needs to step away
Aside from the switches in the Dashboard, there isn't another mechanism for this as far as I know. Not sure if that fully answers your question though