How to Setup a Webhook
How to set up a Webhook
- A webhook in web development is a method of augmenting or altering the behaviour of a web page or web application with custom callbacks. These callbacks may be maintained, modified, and managed by third-party users and developers who may not necessarily be affiliated with the originating website or application.
Step1. Navigate to Developers-Webhooks
Click on Create and provide details for your Webhook.
- Endpoint = A webhook makes an HTTP callback to a URL that has to be configured by the system which receives the data. That URL is called the webhook endpoint.
- Events, At this moment there are only two events for a webhook, "invoice.paid" and "transaction.paid"
- Retry, You can set the retry limit to the following:
- Status, Set the status of the webhook to either:
- Click on save.
Step2. View the Events from your webhook
- You can click on the Events options after your webhook was in action, click on the Action bar next to your webhook and select events.
- You can now see the status and payload for your webhook