You can use webhooks to get notified when:
- A payment is initiated, completed, or fails
- Funds are credited or debited from your account
- Other key account or transaction events occur
1. How It Works
When an event occurs in LINK Bridge, we send an HTTPS POST request to your specified webhook URL. Your server processes the payload and responds with a 200 OK to acknowledge receipt.2. Setting Up a Webhook
Step 1: Create your endpoint URL- This is where LINK will send event payloads
- Must be a publicly accessible HTTPS endpoint
- Go to your LINK Bridge Dashboard → Developers → Webhooks
- Enter your webhook URL and save changes
3. Receiving Events
When your webhook is triggered, LINK sends a JSON payload with event details similar to the example below:⚠️ Error Handling
If your webhook endpoint is invalid or fails to respond, LINK will retry the delivery up to two additional times.- If the webhook still does not succeed after the retries, the event is marked as failed.
- Failed events are not automatically retried afterward, so it’s important to ensure your endpoint is reliable.
Authentication Dashboards

