A webhook is a mechanism that allows a web application to send data to another application in real-time, typically through an HTTP request.
Bridge Webhooks enable you to receive real-time notifications when an event related to a payment occurs. They handle three main types of events:
- Payment Transaction Created: When a new transaction is initiated.
- Payment Transaction Updated: When transaction information changes (e.g., status).
- Payment Link Updated: When a payment link is updated (e.g., payment completed).
For more details, you can consult the Bridge Documentation 📖.