Notification Object

Notification Object

The Notification is stored and managed in the organization and identified in the system by its unique ID, the UUID.
The following table describes the fields in the REST API messages for notifications:

FieldTypeDescription
idstringThe UUID. A unique ID of the notification.
created_atdateThe creation time of the notification.
Standard format of timestamp with a time zone.
ISO_8601
updated_atdateThe time when the notification details were last updated.
Standard format of timestamp with a time zone.
ISO_8601
delivery_statusstringThe status of the notification.
One of the following:
* SUCCESS = SUCCESS
* ERROR = ERROR
* UNKNOWN = UNKNOWN
delivery_error_messagetextThe error message if the notification delivery failed.
related_object_detailsobjectThe related object can be a Deposit object. See Deposit object
or Transfer object See Transfer Object