#heymato
1 messages · Page 1 of 1 (latest)
So if I leave this out, the receipt won't be sent either ?
sorry I'm not following
Well, our application sends e-mails with payment verifications. So it is not necessary to send an extra receipt from stripe to the customer. So from your first comment, I understood that I can do this by leaving out the 'receipt_email' key/value
Hey! Taking over for my colleague. Let me catch up.
Take your time
You can configure the receipt email in your dashboard here:
https://dashboard.stripe.com/settings/emails
yes but this email is not enabled, still when I test, I get a receipt email. We don't want that
as shown in the tooltip in the screenshot... if you set receipt_email, then that setting is ignored
and that's why you are getting an receipt email
so to disable that behaviour in your side, you can disable the collect of the receipt_email
OK , just to make sure I understand. Leaving out the receipt_email out of my api code will stop sending receipt emails unless I change the settings, shown in the screenshot
Yes!
OK Thank you for the fast help!