#derekpankaew

1 messages · Page 1 of 1 (latest)

ruby lynxBOT
harsh jetty
#

For the second one, you can listen for invoice.paid Events using a Webhook Endpoint and send emails when you get those.

meager condor
#

Ohhh I see. Perfect, thank you!

#

Can Stripe send the email, or would we need to fetch the PDF and send it to the user ourselves?

harsh jetty
#

If you want the full Invoice in the email you would need to send it. Stripe can send receipts, but they don't contain the entire Invoice.

meager condor
#

Ah got it, thank you!