Check Deposit Authorization Reject Payload
The Check Deposit Authorization Reject payload (payloadTypeId=612
) relates to any mobile check deposit authorization that was reversed by the bank.
Possible properties in data
node:
data
node:Click to expand
amount
availableDate
cardId
checkAmount
checkNumber
comment
createdDate
customerTag
customField1
description
ensentaCheckId
friendlyDescription
institutionName
masterId
modifiedById
payerAccountNumberMasked
payerInstitutionDescription
payerRoutingNumber
payloadTypeId
receiptId
rejectDate
rejectReasonCode
settledDate
statusDescription
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":19799203,
"contextId":"17eed0e1-6d10-47bc-a362-97cc2827e49b",
"data":[
[
{
"customerId":19799188,
"customerTag":"CUSTOMER_07-23-2021_11:42_2",
"transactionId":2609353194,
"masterId":2609353193,
"type":"Check Deposit Authorization",
"typeCode":"CHKATH",
"tag":"20002290",
"amount":37.0,
"friendlyDescription":"Check Deposit Authorization",
"description":"Pending MRDC Deposit",
"createdDate":"2022-03-15T22:08:44.741+00:00",
"settledDate":"2022-03-15T22:12:15.998+00:00",
"voidedDate":"",
"availableDate":"2022-03-15T22:12:15.998+00:00",
"comment":"",
"modifiedById":19799188,
"institutionName":"",
"customField1":"",
"toAccountNumberMasked":"*************8947",
"toAccountId":19799203,
"toCategory":"Kids Savings",
"toSubCategory":"Looney Tunes",
"toTag":"ACCOUNT_07-23-2021_11:42_10",
"toCustomField1":"Custom Field",
"toCustomField2":"Custom Field Custom Field",
"toCustomField3":"Custom Field Custom Field Custom Field",
"toCustomField4":"Custom Field Custom Field Custom Field Custom Fiel",
"toCustomField5":"Custom Field Custom Field Custom Field Custom Fiel",
"toCreatedDate":"2021-07-23T16:42:55.816+00:00",
"toTargetAmount":0.0,
"toTargetMetDate":"",
"toTargetDate":"2019-11-11T06:00:00.000+00:00",
"toLegalName1":"",
"toLegalName2":"",
"toName":"AUTOTEST_07-23-2021_11:42_10",
"toPrimaryCustomerId":19799188,
"toAccountAmount":1500.0,
"toAvailableAmount":1500.0,
"toPendingAmount":15508.0,
"payloadTypeId":612,
"version":1,
"cardId":0,
"receiptId":2000229,
"checkAmount":37.0,
"submissionDate":"2022-03-15T22:08:44.370+00:00",
"rejectDate":"2022-03-15T22:12:15.903+00:00",
"rejectReasonCode":"",
"checkNumber": 122802,
"payerAccountNumberMasked": "1214015656",
"payerInstitutionDescription": "Bank Test",
"payerRoutingNumber": "101015347",
"ensentaCheckId": 2931209722,
"statusDescription": "Rejected" }
}
]
],
"eventTimeUtc":"2022-03-15T22:12:16.000+00:00",
"externalAccountId":0,
"impactedCustomerId":19799188,
"impactedUserId":0,
"payloadTypeId":612,
"transactionId":2609353194,
"userEventId":2609353280,
"userEventTypeId":30605003,
"version":1
}
Updated 9 months ago