Transaction-related events

For the Transaction object, IDM supports webhooks for the following event types:

  • funddata.transaction.created: When a new transaction is created
  • funddata.transaction.updated: When a transaction is updated
  • funddata.transaction.deleted: When a transaction is deleted

Payload:

{
  "event": string,
  "id": string,
  "trackingId": string
}
  • event: event type
  • id: Anduin ID of the object, automatically provided by the system
  • trackingId: optional tracking ID of the object, provided by the user