Event Overview

Impel's ISO 20022 API is an event driven system that contains defined events

An event represents a lifecycle state of a message and proof object. Learn more about event (computing) here on Wikipedia.

Schema

Description

id

Platform identifier

type

Type of an event e.g. (MESSAGE_CREATED, MESSAGE_SENT, etc.)

timestamp

Date/time event was created

subjectId

Identifier of a subject of the event

subjectType

Type of a subject of the event

data

Platform event serialized to JSON

Last updated