Order not updating / Solution found
-
After some digging we were able to trace the issue behind Mollie payment statuses not updating automatically in WooCommerce.
The problem is linked to SiteGround’s firewall/security layer. Their system was putting certain Mollie webhook IPs (34.76.201.228 and 34.76.90.110 in our case, might differ) on a greylist because of traffic patterns that resembled mass PHPMail activity. As a result, only a portion of webhook calls reached the store, while others were blocked at the server level.
SiteGround whitelisted those IPs for us, which immediately restored the normal webhook flow. However, they also pointed out that the underlying behavior (these Mollie IPs generating PHPMail-style requests) is unusual and the reason the block was triggered in the first place.
For other SiteGround users: if you face similar symptoms, ask support to review their security logs and check whether Mollie IPs are being filtered. A whitelist entry should fix it.
For Mollie and the plugin maintainers: it would be very useful if you could look into why your webhook servers are associated with PHPMail executions. As long as that pattern exists, hosting providers may continue to flag and block your traffic.
The topic ‘Order not updating / Solution found’ is closed to new replies.