#diego.
1 messages · Page 1 of 1 (latest)
Hi, you should be able to get the customer's email by calling the Retrieve customer call: https://stripe.com/docs/api/customers/retrieve. Are you seeing any issues?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
what about the billing email that you can set in the UI?
Which UI are you referring to?
The Stripe API doesn’t currently support adding recipients to Billing emails : https://stripe.com/docs/invoicing/send-email?dashboard-or-api=api#additional-email-recipients. So it's only available via the Dashboard.
gotcha, so currently not supported not even to read the billing email?
That is correct