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:

Field

Type

Description

id

string

The UUID. A unique ID of the notification.

created_at

date

The creation time of the notification.
Standard format of timestamp with a time zone.
ISO_8601

updated_at

date

The time when the notification details were last updated.
Standard format of timestamp with a time zone.
ISO_8601

delivery_status

string

The status of the notification.
One of the following:

  • SUCCESS = SUCCESS
  • ERROR = ERROR
  • UNKNOWN = UNKNOWN

delivery_error_message

text

The error message if the notification delivery failed.

related_object_details

object

The related object can be a Deposit object. See Deposit object
or Transfer object See Transfer Object