Our customers get send multiple confirmation emails, whilst they have only ordered once. Postman is installed, the Instant Payment Notification is reachable without login and the site is nog in maintenance mode. How can I fix this? For a customer to get 11 duplicate confirmation emails spread over the day, is very bad for business..
Ok, so what you say the confirmation email, is that the ‘Payment confirmation’ email or the ‘Registration Approved’ message?
If you view the Mollie transaction on their site it shows you a log of the requests sent to your site for the payment, is there multiple requests shown there?
It’s the Payment approved message. All others were already disabled.
In Mollie it shows met a whole host of messages like this:
“Webhook failed (Operation timed out after 15000 milliseconds with 0 bytes received)16 May 2019 at 15:40”
The timing of these correspond with the payment approved message from EE.
If Mollie doesn’t receive a status code of 200 in the response from the transactions page, it retires until it does (or however many times their server is set to retry) and as it’s a valid payment but the request is timing out and hitting your site multiple times, it’s triggering multiple payment emails.
Your transactions page takes over 30 seconds to load when I view it.
TTFB (time to first byte) is almost 23 seconds, that’s the amount of time it takes for your server to pull in the data for database and start to send the response to the browser.
From the error above, Mollie has the timeout set to 15 seconds so that page needs to load faster.
What type of hosting are you using? Is the server under high load?
Viewing 5 reply threads
The support post ‘confirmation emails are send repeatedly’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.