#m.michalis
1 messages · Page 1 of 1 (latest)
The invoices are not emailed automatically if you are using charge_automatically
You can have Stripe email a receipt automatically, but not the invoice
You'd need to use the /send API to send that yourself if desired
ok, the receipt
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
"Email customers about... ✅ Successful payments"
does that work on test mode?
we already have all those checkboxes on
No, those emails are not sent in test mode
is there a way to actually test this?
You can manually email the receipt from the dashboard to test how it looks
ok, so i just have to trust that it will work on production
charge_automatically does have anything to do with sending receipt automatically?
charge automatically means the invoice will not be emailed (vs send_invoice which does)