#Mr Stinky Pants
1 messages · Page 1 of 1 (latest)
Hi! Let me look into this.
You can set the email on the Customer object, when you create one: https://stripe.com/docs/api/customers/create#create_customer-email
or by updating the Customer: https://stripe.com/docs/api/customers/update#update_customer-email
Is this what you're looking for?
If you're asking about this, it's only available on the dashboard. You can't set it on the API.
thats no good
I agree.
As a workaround, you could store the email in the metadata: https://stripe.com/docs/api/customers/update#update_customer-metadata
most companies who sign up dont want to receive the invoices themselves, they want to send it to accounts
that woudnt fix the invoicing problem
You could directly set the customer email to the account.