Why Using Webhook

You can enable the Webhook feature to trigger events each time the order status changes at the MyFatoorah side. This feature will recover the lost orders due to connection loss or delayed callbacks.


MyFatoorah Account

  1. Log in to your Myfatoorah account and go to Integration Settings → Webhook Settings and configure your settings.
  2. Enable the feature.
  3. Add your Endpoint URL.
https://example.com/module/myfatoorah/webhook
https://example.com/index.php?fc=module&module=myfatoorah&controller=webhook
  1. Generate the Webhook Secret Key and copy it by clicking on the copy icon :clipboard: on the right side of the secret key box.
  2. Select the Transaction Status Changed event type.
  3. Click on the Save button.
1157

MyFatoorah Account


PrestaShop Account

  1. Login into your PrestaShop admin panel.
  2. Navigate to Modules then Module Manager for PrestaShop 1.7 or to Modules and Services PrestaShop 1.6.
  3. Select Payment from the Category drop-down list or search for MyFatoorah.
  4. Click on the Configure button of the MyFatoorah Payment Gateway plugin.
  5. Paste the secret key into the MyFatoorah Webhook Secret Key text box.
  6. Click on the Save button.
1679

PrestaShop Account