#k_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1340073112493887519
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Just to confirm, you're requesting for the capability to include an e-mail address to the /v1/customers API endpoint?
If so, email is an available parameter for creating customers [0].
[0] https://docs.stripe.com/api/customers/create?lang=curl#create_customer-email
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
no, the dashboard only field. if you look at a customer, under details -> billing emails you can specify a list of billing-specific emails
but you can't get those emails from the API
e.g., the email at the top is the customer's email. the email on the lower-right is the billing email and is completely inaccessible via the api
Yep, I see it. You're right, it's not available via the API. I'll happily submit a the feedback for you if there isn't an existing feature request.
thank you!