Check Deposit Reversal Payload
The Check Deposit Reversal payload (payloadTypeId=602
) relates to any mobile check deposit message that was reversed by the bank.
Possible properties in data
node:
data
node:Click to expand
amount
availableDate
cardId
checkAmount
comment
createdDate
customerId
customField1
description
friendlyDescription
institutionName
masterId
modifiedById
payloadTypeId
receiptId
rejectDate
rejectReason
settledDate
submissionDate
tag
toAccountAmount
toAccountId
toAccountNumberMasked
toAvailableAmount
toCategory
toCreatedDate
toCustomField1
toCustomField2
toCustomField3
toCustomField4
toCustomField5
toLegalName1
toLegalName2
toName
toPendingAmount
toPrimaryCustomerId
toSubCategory
toTag
toTargetAmount
toTargetDate
toTargetMetDate
transactionId
type
typeCode
version
voidedDate
Example Payload
{
"accountId":8003998,
"contextId":"033821-21de-40cd-a56f-db3b45c2c7",
"data":[
[
{
"customerId":8003998,
"customerTag":"",
"transactionId":60779530,
"masterId":601344185,
"type":"Check Deposit Reversal No Adjustment",
"typeCode":"CHKREV",
"tag":"",
"amount":5000.0,
"friendlyDescription":"Check Deposit Reversal No Adjustment",
"description":"Check Deposit Reversal - N",
"createdDate":"2021-07-26T11:15:50.042+00:00",
"settledDate":"2021-07-26T11:15:50.042+00:00",
"voidedDate":"",
"availableDate":"2021-07-26T11:15:50.042+00:00",
"comment":"",
"modifiedById":8003998,
"institutionName":"",
"customField1":"",
"toAccountNumberMasked":"*************7101",
"toAccountId":8003998,
"toCategory":"",
"toSubCategory":"",
"toTag":"",
"toCustomField1":"",
"toCustomField2":"",
"toCustomField3":"",
"toCustomField4":"",
"toCustomField5":"",
"toCreatedDate":"2021-06-24T09:36:37.767+00:00",
"toTargetAmount":0.0,
"toTargetMetDate":"",
"toTargetDate":"",
"toLegalName1":"",
"toLegalName2":"",
"toName":"Acorns Spend",
"toPrimaryCustomerId":8003998,
"toAccountAmount":60.0,
"toAvailableAmount":60.0,
"toPendingAmount":0.0,
"payloadTypeId":602,
"version":1,
"cardId":0,
"receiptId":120284275,
"checkAmount":5000.0,
"submissionDate":"2021-07-21T12:33:13.912+00:00",
"rejectDate":"2021-07-26T11:15:49.982+00:00",
"rejectReason":"Altered/Fictitious Item/Suspected Counterfeit/Counterfeit",
"isReturn":1
}
]
],
"eventTimeUtc":"2021-07-26T11:15:50.000+00:00",
"externalAccountId":0,
"impactedCustomerId":8003998,
"impactedUserId":0,
"payloadTypeId":602,
"transactionId":60779530,
"userEventId":6077953062,
"userEventTypeId":30605015,
"version":1
}
Updated about 1 year ago