Webhook Schema

The webhook schema defines the structure of payloads sent by TransFi to notify your system about key events. These notifications are sent in real-time as JSON objects and are triggered at both the user and order levels.

Webhooks ensure your system stays updated with the latest status changes, providing all necessary details for seamless event processing.

Webhook Payload Structure

Each webhook payload contains the following key fields, offering crucial information about the event:

FieldTypeDescription
entityTypeStringSpecifies the type of entity triggering the event (user-level or order-level).
entityIdStringUnique Identifier of the event (user, order).
statusStringCurrent status of the entity.
userObjectContains user information relevant to the event.
orderObjectContains order information relevant to the event.

Supported Events

You can receive webhooks for the following events: