🚨 Get notified about important transaction events.
A webhook is a method to get notified if there's any update to a web page or web application by catching the created requests. The request format is usually JSON, XML, or form-encoded serialisation, made as an HTTP POST
request. It generates a notification that includes a unique URL to send the webhook data, a key, or a signature.
In IDKit, the webhook helps you by notifying the following things:
- Creating a Transaction
Transaction events trigger webhooks. An event is simply an action that occurs during a transaction. You can connect the IDKit service with your website by adding the webhook website's URL where you want to deliver the requests.
- Verifying a Complete Transaction
The webhook, if specified, will send the transaction completion notification, enabling you to track the transaction once the user has completed it.
Note:
You can learn how to verify a transaction here.
Here is the overall process of the webhook in IDKit:
💬 We Are Here to Help!
If you encounter an issue, a bug, or require assistance, please contact our support page here to find the solution. Don't forget to provide any important information on the issue.