Plugins and Webhooks

On this page, you will learn what webhooks are and what merchants need to do to use them.

What Is a Webhook?

A webhook allows one application to communicate with another application and provide real-time information. For example, Application A can send a notification to Application B when a specific event occurs.

Setting up webhooks

To set up webhooks, merchants must use one of the following extensions, depending on their shop system:

WooCommerce

  • URL: https://www.MY-SHOP.COM/?wc-api=wc_payrexx_gateway

  • Content type: Normal (PHP-POST)

PrestaShop

  • URL: https://www.MY-SHOP.COM/module/payrexx/gateway

  • Content type: Normal (PHP-POST)

Magento 2

  • URL: https://www.MY-SHOP.COM/payrexx/payment/webhook

  • Content type: Normal (PHP-POST)

Shopware 5

  • URL: https://www.MY-SHOP.COM/PaymentPayrexx/webhook

  • Content type: Normal (PHP-POST)

Shopware 6

  • URL: https://www.MY-SHOP.COM/payrexx-payment/webhook

  • Content type: JSON

Gambio

  • URL: https://www.MY-SHOP.COM/shop.php?do=PayrexxWebhook

  • Content type: Normal (PHP-POST)

Last updated

Was this helpful?