Skip to content

Webhooks

Ales Fizesan edited this page Mar 10, 2021 · 1 revision

What are webhooks?

Webhooks are used to connect different systems over the internet.

So whenever there is an update for an order, Mollie will fire a webhook and notify WooCommerce about any updates, such as a payment status. This means that WooCommerce will need to provide a webhook endpoint for these notifications. And that is done by the Mollie plugin.

Configuration

In most cases it's not necessary to configure anything to receive notifications.

However, if you are in a testing or staging environment, please make sure this URL is publicly available:

"http(s)://{{your domain}}/wc-api/{{gateway class}}?order_id={{id number}}&key=wc_order_{{order key}}"

What IPs will the webhook requests be originating from?

If you want to create a whitelist for the IP range of Mollie, please refer to this page:

https://help.mollie.com/hc/en-us/articles/213470829

Clone this wiki locally