Deprecated API Reference
This API Reference is being deprecated. Please use the New API Reference.
Webhooks
Webhooks
allow you to build or set up integrations which subscribe to certain automated notifications (i.e. events) on the Finix API.
When one of those events is triggered, a HTTP POST
payload is sent to the webhook's configured URL. Instead of pulling information from the API, webhooks push notifications to the configured URL endpoint.
Webhooks
are useful for updating asynchronous state changes in Transfers
, Merchant
account provisioning, and listening for notifications of newly created Disputes
.
See Webhook Events for examples and a breakdown of the different types of webhooks.