Technical

Webhook / Polling

Webhook vs Polling — asynchronous API integration models

Two integration models for notifying a client of a server-side state change. The webhook (push) is triggered by the server, while polling (pull) consists of querying periodically. A defining choice in fintech API integration.

Sources