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:
Access Webhook Settings
Navigate to the Integrations tab in your dashboard and select webhook.
Add a New Webhook
Click the Add Webhook button to open the configuration form.
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.
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.
Save Your Webhook
Click Add webhook to activate the webhook.
For further assistance, please send an email to [email protected]


