Skip to content

Webhooks

IIMMPACT supports two types of webhooks to keep your systems in sync with real-time events.

Webhook Types

FeatureTransaction WebhooksCatalog Webhooks
PurposePayment status updates (ProcessingSuccesful / Failed)Product catalog changes (products, options, categories, groups)
TriggersTransaction status changesCatalog data created, updated, or deleted
SetupDashboard: Developer > Webhooks > SettingsDashboard: Developer > Webhooks > Settings
HTTP MethodPOST or GET (your choice)POST only
SecurityIP allowlisting (HMAC planned)HMAC-SHA256 signature verification
Retry Policy3 retries, 60s fixed delay5 retries, exponential backoff
Retry Timeout30s per request30s per request
EventsSingle event type (status change)12 event types across 4 resource types

Guides

API Reference

IIMMPACT API Documentation