Skip to content

Webhooks

IIMMPACT supports 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

Implementation Details

Your webhook endpoint should be publicly reachable over HTTPS, acknowledge valid events with a 2xx response, and process events idempotently.

For payload schemas, security requirements, and retry behavior, use the API Reference pages below.

Guides

Catalog SDK

Using the hosted Catalog SDK? See Catalog SDK Webhooks for SDK order outcome notifications.

API Reference

IIMMPACT API Documentation