#gumaro_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1255237776358506590
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Hello
Billing details are associated with the PaymentMethod
You can use update PaymentMethod API to update billing email
https://docs.stripe.com/api/payment_methods/update#update_payment_method-billing_details-email
Does that help @deft iris ?
Nice... gonna test it... Thanks, @hybrid pasture
๐
@hybrid pasture is this the only way to get the billing email updated? I want to replicate the same behavior we have when changing directly in the dashboard.
it seems that I'd have to update all the payment methods to have all the invoices sent to the proper billing email ๐ค
Ah the email in the dashboard is pulled from the customer object
https://docs.stripe.com/api/customers/update#update_customer-email
I see... but when changing this email, it doesn't change only the billing email but all the email references of that customer ๐ค
I am guessing that's a dashboard only feature
I don't believe we have an API endpoint that does that
that's sad :/
is there a place I can request a feature?
Sure, you can write in via support form
https://support.stripe.com/?contact=true
thanks