Webhooks

Webhooks allow you to receive real-time updates on events like incoming and outgoing transactions by sending data to your configured endpoints.

Adding a Webhook URL

To start receiving webhook events:

  1. Go to Settings > Webhooks.

  2. Click on Add Webhook URL.

  3. Enter the destination URL where you want to receive event data.

  4. Save the URL to start receiving transaction events instantly.

Note: Ensure the webhook URL is secure and actively listening for POST requests to avoid missed notifications.

Last updated