Webhooks are a powerful feature that allows your application to receive real-time notifications about specific events that occur within the Edge platform. By setting up webhooks, you can automate processes, update records, and trigger workflows in your application as soon as an event happens.
Log in to the Edge Dashboard
Navigate to the Webhooks Section
Create a New Webhook
Test the Webhook
200 OK
status code. This indicates that the webhook was received and processed successfully.200 OK
response may be retried multiple times by Edge.Step 1: Parse the Incoming Request
Step 2: Verify the Webhook
Step 3: Handle the Event
payment.success
event, you might update the transaction status in your database.Step 4: Respond to the Webhook
200 OK
status code once your application has processed the event. This response tells Edge that the webhook was received and handled successfully.