Check Deposit Authorization Payload
The Check Deposit Authorization payload (payloadTypeId=600
) relates to any check deposit message that attempted to deposit funds to the customer's account.
Possible properties in data
node:
data
node:Click to expand
amount
availableDate
cardId
checkAmount
comment
createdDate
customerId
customerTag
customField1
depositRiskFactorId
description
friendlyDescription
institutionName
masterId
modifiedById
payloadTypeId
receiptId
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":136492613,
"contextId":"51eb6187-d0ea-423e-9bb0-1bd2d9617gst",
"data":[
[
{
"customerId":112057720,
"customerTag":"2ba36306-3057-4d92-8f98-hd738hf",
"transactionId":5115019223,
"masterId":5115018717,
"type":"Check Deposit Authorization",
"typeCode":"CHKATH",
"tag":"2251962143",
"amount":25.64,
"friendlyDescription":"Check Deposit Authorization",
"description":"Pending MRDC Deposit",
"createdDate":"2022-09-08T15:57:02.417+00:00",
"settledDate":"2022-09-15T15:57:02.417+00:00",
"voidedDate":"",
"availableDate":"2022-09-15T15:57:02.417+00:00",
"comment":"",
"modifiedById":112057720,
"institutionName":"",
"customField1":"",
"toAccountNumberMasked":"*************1223",
"toAccountId":136492613,
"toCategory":"",
"toSubCategory":"",
"toTag":"74c6a1e8-498e-4910-9b57-95ea376b2948",
"toCustomField1":"",
"toCustomField2":"",
"toCustomField3":"",
"toCustomField4":"",
"toCustomField5":"",
"toCreatedDate":"2022-08-22T01:56:28.258+00:00",
"toTargetAmount":0.0,
"toTargetMetDate":"",
"toTargetDate":"",
"toLegalName1":"",
"toLegalName2":"",
"toName":"Helix Savings",
"toPrimaryCustomerId":112057720,
"toAccountAmount":0.0,
"toAvailableAmount":0.0,
"toPendingAmount":25.64,
"payloadTypeId":600,
"version":1,
"cardId":0,
"receiptId":225196342,
"checkAmount":25.64,
"submissionDate":"2022-09-08T15:57:02.402+00:00",
"depositRiskFactorId":"2"
}
]
],
"eventTimeUtc":"2022-09-08T15:57:02.000+00:00",
"externalAccountId":0,
"impactedCustomerId":112057720,
"impactedUserId":0,
"payloadTypeId":600,
"transactionId":5115019223,
"userEventId":5115018221,
"userEventTypeId":30605001,
"version":1
}
Updated 7 months ago