#jaram
1 messages · Page 1 of 1 (latest)
Hi! Could you please share more context?
What kind of emails do customers receive?
It is when the customer purchase an order.
Do you have the ID of the payment that this happened for?
The ID will look like pi_1234... and it will show up in the URL of your dashboard page when you are looking at the payment in your dashboard
pi_3MqF2JEd38G7C1rb16gWnjH7
Thank you for the ID
Does it help?
Yes though I am still looking in to this and will get back to you
Oh it is because you set receipt_email when creating the payment intent. This will make sure that we send an email to that address and overrides the setting that disables email receipts https://dashboard.stripe.com/logs/req_tv8zxaeYVuMyLC
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Were you just trying to have the email included as a billing detail on the payment intent itself?
Yes, it is just to keep track of the customers
We check the email, if the same email and name, we add the payment to the same
Not for sending recepipt
In that case you might either want to check against your customer object, which also looks to have this email here, or you can set the email in the payment intent's metadata
Setting it as the receipt email will always ensure an email is sent as far as I am aware
And there is no flag in the DTO which stops the mail sending?