#juliuskiesian
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Billing email address is only supported on the Dashboard, there is no way to automatically set it via API.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can download the invoice via Invoice API and send it to other emails yourself: https://stripe.com/docs/api/invoices/object#invoice_object-invoice_pdf
ok, that's what i had in mind, too.
Coupled with hosted_invoice_url, you can also allow other parties to pay: https://stripe.com/docs/api/invoices/object#invoice_object-hosted_invoice_url
only problem is emails sent on the application side is visually different from the ones sent by stripe.
i guess i have to live with that for now.
Yes, unfortunately, that's a limitation we currently have