#Hiekki-invoice
1 messages · Page 1 of 1 (latest)
sorry but that could mean a few things. The Customer object associated with the Invoice will have an email field, that's where we would send an invoice receipt to for example
that field is not in the public API I'm afraid, you can only view/set it in the Dashboard today
and the Email Recipient
same thing, there are some fields in the left side when editing the Customer that are not in the API and are dashboard only I'm afraid, it's a really common feedback point but those are not something you can work with in the API
So is not possible to edit the billing email address with the api?
not that one, no
you can set the customer.email field as normal, but that (the CC addresses and the Billing Email) are dashboard-only
Because like I saw that vercel uses stripe, and they have a setting to edit the recipient email, but should be in their database
I mean they might not be using our emails at all, maybe they disable Stripe emails and handle the logic for sending emails themselves, and they are not editing anything at all on the Stripe side?
overall though I don't really understand what you were trying to say in that last message, sorry
I wanted users to have the possibility to change the email to where invoices are sent, as in vercel, but I have seen that it is not possible