Skip to content

Webhooks

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

Webhook Types

FeatureTransaction WebhooksCatalog WebhooksBalance Webhooks
PurposePayment status updates (ProcessingSuccesful / Failed)Product catalog changes (products, options, categories, groups)Eligible credits to your IIMMPACT balance
TriggersTransaction status changesCatalog data created, updated, or deletedBank transfers and manual top-ups by IIMMPACT
SetupDashboard: Developer > Webhooks > SettingsDashboard: Developer > Webhooks > SettingsDashboard: Developer › Webhooks › Balance Webhook

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