#geordi-invoices

1 messages · Page 1 of 1 (latest)

buoyant meteor
#

Hello! Unfortunately there are no concrete plans to add this to the API

fierce fiber
#

Do you know if you forward a Stripe Invoice email to another user, if they are able to pay it? e.g to emulate the functionality through the customers forwarding

buoyant meteor
#

Yes, if you forward the email and they'd still be able to pay - you can also pull the url from hosted_invoice_url and email that yourself (see https://stripe.com/docs/api/invoices/object#invoice_object-hosted_invoice_url and https://stripe.com/docs/invoicing/hosted-invoice-page#email-links)

Use the Hosted Invoice Page to securely collect payment from your customers.

fierce fiber
#

Ahhh so if for example we took an email for the intended buyer (the person the customer wants to forward the email to) then upon successful invoice creation we could take the above field and send a transactional email ourselves pointing to the link?

buoyant meteor
#

yup!