Transaction Modified Payload
The Transaction Modified payload (payloadTypeId=203
) relates to any action that modifies an existing transaction.
Possible properties in data
node:
data
node:Click to expand
amount
availableDate
cardId
comment
createdDate
customerId
customerTag
customField1
description
externalApplicationId
externalUrl
externalUserId
externalUserName
friendlyDescription
institutionName
masterId
modifiedById
payloadTypeId
settledDate
status
tag
transactionId
type
typeCode
version
voidedDate
Example Payload
{
"accountId": 1589871,
"contextId": "32c40206-d877-41a6-b0f1-31c26df4174c",
"data": [
[
{
"customerId": 809954,
"transactionId": 2427481834,
"masterId": 2427481833,
"type": "CorePro Deposit",
"typeCode": "CPDEP",
"tag": "",
"amount": 600.0,
"customerTag": "abc123",
"friendlyDescription": "Transfer from COREPRO SANDBOX BANK to Main Checking",
"description": "",
"createdDate": "2021-06-29T19:47:28.783+00:00",
"settledDate": "2021-06-29T20:47:28.513+00:00",
"voidedDate": "",
"availableDate": "2021-07-01T05:00:00.000+00:00",
"comment": "",
"modifiedById": 809954,
"institutionName": "",
"customField1": "",
"payloadTypeId": 203,
"version": 1,
"cardId": 0
}
]
],
"eventTimeUtc": "2021-06-29T19:48:49.000+00:00",
"externalAccountId": 0,
"impactedCustomerId": 809954,
"impactedUserId": 809954,
"payloadTypeId": 203,
"transactionId": 2427481834,
"userEventId": 2427481983,
"userEventTypeId": 40000013,
"version": 1
}
Updated 12 months ago