Attribute | Description |
---|---|
specversion | Version of the CloudEvents specification that the event notification follows. |
type | Type of event that occurred. |
version | Version of the event type in our specification. |
source | Indicates the origin of the event. |
id | Unique identifier of the event. |
time | Time stamp of the event. |
datacontenttype | Indicates the format of the data object. |
data | Information about the change that triggered the event. |
{"specversion": "1.0","type": "processingAccount.status.changed","version": "1.0""source": "payroc","id": "123e4567-e89b-12d3-a456-426614174000","time": "2024-05-12T12:34:56.789Z","datacontenttype": "application/json","data": {"processingAccountId": "12345678","status": "entered"}}
Type | Change | Resource | Version |
---|---|---|---|
processingAccount.status.changed | We have changed the status of a processing account. | Boarding | 1.0 |
processingAccount.funding.status.changed | We have changed the funding status of a processing account. | Boarding | 1.0 |