Jetpay Developer Guide
Events and Webhooks
1 min
webhooks are http callbacks that enable real time event notifications from jetpay to your application instead of repeatedly polling our api to check for updates, webhooks push data to your server as events occur, making your integration more efficient and responsive jetpay's webhook infrastructure delivers event notifications for critical business activities including transactions, user actions, company updates, kyc status changes, and payment platform events you can view our detailed schema for all webhook related api requests https //extapi jetpay baselinepayments com/docs#tag/webhooks (v0) key features of our webhooks system include batch delivery events are efficiently delivered in configurable batches (1 100 events) to reduce network overhead and improve throughput jwt security every webhook request is signed with rs256 jwt tokens, ensuring authenticity and integrity replay capability start receiving events from a specific event id or timestamp, perfect for recovery scenarios or new integrations progress tracking track delivery progress with last sent event id to ensure no events are missed at least once delivery guaranteed event delivery with automatic retry mechanisms idempotency incremental event ids ensure that you can accurately track what events you have already processed state management clear webhook states (active, scheduled, dispatching, backing off, failed) for monitoring and debugging to get started, check out our docid\ iqwrkoqzbbxtnmvtdhucg guide for more detailed information on the webhooks system, we have also included information in the following pages docid\ wt3czkmi8ztvobrwtz8p0 docid\ y xsn x83sgpebbc9u41g docid\ i3da5gcxml1qordljehng docid bnn6n5bf afner 9sddr (a list of all the possible events that you can receive from our system) docid\ iewsd8kqmwa3yirkpungi
