Notification of Change Payload
The Notification of Change payload (payloadTypeId=900
) relates to any notification of change (NOC) processed.
Possible properties in data
node:
data
node:Click to expand
createdDate
customerTag
externalAccountId
newAccountNumber
newRoutingNumber
newTransactionCode
nocCode
originalAccountingNumber
originalAccountType
originalRoutingNumber
payloadTypeId
version
Example Payload
{
"accountId":0,
"contextId":"1dd509a9-3c9a-4bfa-809c-38aa10cc9ab4",
"data":[
[
{
"externalAccountId":18289797,
"nocCode":"C06",
"createdDate":"2022-06-28T14:45:18.791+00:00",
"newAccountNumber":"478500",
"newRoutingNumber":"",
"newTransactionCode":"22",
"originalAccountNumber":"778889944",
"originalRoutingNumber":"",
"originalAccountType":"Savings",
"payloadTypeId":900,
"version":1
}
]
],
"eventTimeUtc":"2022-06-28T14:45:18.000+00:00",
"externalAccountId":18289797,
"impactedCustomerId":12237147,
"impactedUserId":0,
"payloadTypeId":900,
"transactionId":2637312570,
"userEventId":2637312571,
"userEventTypeId":40000020,
"version":1
}
Updated 12 months ago