Skip to main content

Webhooks

Subscribing to Webhook Notifications

To receive webhook notifications for a specific event, subscribe to the corresponding webhook event module in the AndDone Merchant Portal. The following webhook event modules are available:

To subscribe to a webhook event module:

  1. In the left column of the Merchant Portal, select Developer > Webhooks. The Webhook Management screen is displayed.
  2. Click the Add Webhook button. The New Webhook Endpoint window is displayed.
  3. In the URL field, enter the endpoint URL that you want to register to receive the webhook events.
  4. Click the Modules field, and select the checkbox beside the module that you want to subscribe to for the given endpoint.
  5. Click the Version field, and select the version of the selected webhook that you want to subscribe to for the given endpoint.
  6. In the Authentication Types field, enter the type of authentication used by your endpoint.
  7. Depending on the selected authentication type, enter the required authentication parameters in the displayed fields.
  8. In the HMAC Key field enter the Hash-based Message Authentication Code key that will be used key used to generate and verify the integrity and authenticity of webhook payloads.
  9. Click Save. The endpoint is registered with the selected webhook module subscriptions.