Hacker News new | ask | show | jobs
by cmcmcm 2994 days ago
Please add a way to set the invoice's email address and cc address vi API. Also the invoice might need to go to multiple email addresses.

Most of our clients have an accounts payable department that's different from the main contact email.

2 comments

Also wondering how the new invoice and receipt emails are sent out?

> Under invoices there are two new documents "Invoice PDF" and "Receipt PDF" which are different from the standard e-mail receipts. Are these documents emailed to the customer automatically? Is there a way to control this?

(Pm on Stripe billing) There's a param in the API that indicates whether you want an invoice to be sent out or charged automatically -- you want `billing` to be `send_invoice`: https://stripe.com/docs/api#invoice_object-billing

For receipts, you can turn them on in your account settings: dashboard.stripe.com/account

(I work at stripe) Hey! Great feature request -- we plan to add it in the next couple weeks.
Great. We had to roll our own receipt emails using the old subscriptions to get this feature (along with card expiring/expired call outs).