#geordi-invoices
1 messages · Page 1 of 1 (latest)
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
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)
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?
yup!