Skip to main content

How to Configure Webhooks

Written by Paul Adegbesan

Webhooks allow your applications to receive real-time notifications when specific events occur in your account. Follow these steps to set up a new integration:

  1. Access Webhook Settings
    Navigate to the Integrations tab in your dashboard and select webhook.

  2. Add a New Webhook
    Click the Add Webhook button to open the configuration form.

  3. Configure the Endpoint

    • Webhook URL: Enter the destination URL where you want to receive data. Ensure this is a secure https:// address.

    • Secret Key: Enter your Webhook Secret to sign your payloads. This allows your server to verify that incoming requests are authentic and haven't been tampered with.

  4. Select Your Events
    Choose the specific triggers you want to listen for (e.g., "Transaction Created", "Transaction Success", or "Transaction Failed"). We recommend selecting only the events your system is prepared to handle to reduce unnecessary traffic.

  5. Save Your Webhook
    Click Add webhook to activate the webhook.

For further assistance, please send an email to [email protected]

Did this answer your question?