-
Notifications
You must be signed in to change notification settings - Fork 53
Support
Ales Fizesan edited this page Mar 10, 2021
·
6 revisions
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.
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}}"
If you want to create a whitelist for the IP range of Mollie, please refer to this page: