Webhooks
Overview
1min
Webhooks allow real-time data and notifications to be sent from to an external system. These webhooks are commonly used to notify third-party services when certain events occur within .
When building API integrations, publishers may want their applications to receive events as they occur in their users’ accounts. Webhooks allow the publisher’s backend systems to execute these actions accordingly.
Receiving webhook events is particularly useful for listening to asynchronous events. For instance, a Finfare connect API Publisher might wish to inform their users when a new qualified transaction is credited to their account.