Check Deposit Payload
The Check Deposit payload (payloadTypeId=601
) relates to any mobile check deposit message that was approved by the bank and deposited funds in the customer's account.
Possible properties in data
node:
data
node:Click to expand
amount
approvedAmount
approvedDate
availableDate
cardId
checkAmount
checkId
checkNumber
comment
createdDate
customerId
customField1
depositRiskFactorId
description
friendlyDescription
institutionName
masterId
modifiedById
payerAccountNumberMasked
payerInstitutionDescription
payerRoutingNumber
payloadTypeId
receiptReferenceNumber
reviewer
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":5655595,
"contextId":"0e814868-abe3-4acf-863c-b421a8b0d94d",
"data":[
[
{
"customerId":5615591,
"transactionId":599267955,
"masterId":599674144,
"type":"Check Deposit No Adjustment",
"typeCode":"CHKDEP",
"tag":"936715432",
"amount":1,
"friendlyDescription":"Check Deposit No Adjustment",
"description":"Check Deposit",
"createdDate":"2019-03-05T18:47:02.759+00:00",
"settledDate":"2019-03-05T18:47:02.759+00:00",
"voidedDate":"",
"availableDate":"2019-03-06T06:00:00.000+00:00",
"comment":"",
"modifiedById":5667691,
"institutionName":"",
"customField1":"",
"toAccountNumberMasked":"*************2465",
"toAccountId":5619695,
"toCategory":"",
"toSubCategory":"",
"toTag":"74afe537-8bc7-472c-9e4c-4b1a24281497",
"toCustomField1":"",
"toCustomField2":"",
"toCustomField3":"",
"toCustomField4":"",
"toCustomField5":"",
"toCreatedDate":"2018-06-05T14:03:41.284+00:00",
"toTargetAmount":0,
"toTargetMetDate":"",
"toTargetDate":"",
"toLegalName1":"",
"toLegalName2":"",
"toName":"My Checking",
"toPrimaryCustomerId":5615591,
"toAccountAmount":93.14,
"toAvailableAmount":82.14,
"toPendingAmount":0,
"payloadTypeId":601,
"version":1,
"cardId":0,
"receiptReferenceNumber":90641243,
"checkAmount":1,
"approvedAmount":0,
"submissionDate":"2019-03-05T17:15:32.574+00:00",
"approvedDate":"",
"checkNumber": 1013,
"payerAccountNumberMasked": "",
"payerInstitutionDescription": "",
"payerRoutingNumber": "101015347",
"checkId": 2928880256,
"reviewer": "[email protected]",
"statusDescription": "Review Complete",
"depositRiskFactorId":"2",
"depositAvailability":{
"availabilityAmounts":[
{
"effectiveAvailabilityDate":"2018-11-15T00:00:00-06:00",
"availableDate":"2018-11-15T00:00:00-06:00",
"overrideAvailableDate":"9999-12-31T23:59:59.9999999Z",
"releaseAmount":0,
"remainingAmount":25,
"releasedDate":"2018-11-15T22:07:59.6222497-06:00",
"isReleased":1
},
{
"effectiveAvailabilityDate":"2018-11-16T00:00:00-06:00",
"availableDate":"2018-11-16T00:00:00-06:00",
"overrideAvailableDate":"9999-12-31T23:59:59.9999999Z",
"releaseAmount":25,
"remainingAmount":0,
"releasedDate":"9999-12-31T23:59:59.9999999Z",
"isReleased":0
}
],
"availabilityCode":"L",
"totalReleasedAmount":0,
"totalRemainingAmount":25
}
}
]
],
"eventTimeUtc":"2019-03-05T18:47:02.000+00:00",
"externalAccountId":0,
"impactedCustomerId":5615591,
"impactedUserId":0,
"payloadTypeId":601,
"transactionId":599212455,
"userEventId":132298550,
"userEventTypeId":30605019,
"version":1
}
Updated 7 months ago