Check Withdrawal Authorization Payload
The Check Withdrawal Authorization payload (payloadTypeId=605
) relates to any check withdrawal message that attempted to withdraw funds from the customer's account.
Possible properties in data
node:
data
node:Click to expand
amount
availableDate
cardId
checkAmount
comment
createdDate
customerId
customField1
description
friendlyDescription
fromAccountAmount
fromAccountId
fromAccountNumberMasked
fromAvailableAmount
fromCategory
fromCreatedDate
fromCustomField1
fromCustomField2
fromCustomField3
fromCustomField4
fromCustomField5
fromLegalName1
fromLegalName2
fromName
fromPendingAmount
fromPrimaryCustomerId
fromSubCategory
fromTag
fromTargetAmount
fromTargetDate
fromTargetMetDate
institutionName
masterId
modifiedById
payloadTypeId
receiptId
settledDate
submissionDate
tag
transactionId
type
typeCode
version
voidedDate
Example Payload
{
"accountId":445829,
"contextId":"0e814868-abe3-4acf-863c-b421c8b0d94d",
"data":[
[
{
"customerId":1062561,
"transactionId":34615409,
"masterId":34615408,
"type":"Check Withdrawal Authorization",
"typeCode":"CHKWAT",
"tag":"9325870cn9193",
"amount":2,
"friendlyDescription":"Check Withdrawal Authorization",
"description":"Check Withdrawal Authorization",
"createdDate":"2019-09-13T07:51:54.5334434-05:00",
"settledDate":"2019-09-20T07:51:54.5334434-05:00",
"voidedDate":"1900-01-01T00:00:00Z",
"availableDate":"2019-09-20T07:51:54.5334434-05:00",
"comment":"",
"modifiedById":1062561,
"institutionName":"",
"customField1":"",
"fromAccountNumberMasked":"*************0596",
"fromAccountId":1062566,
"fromCategory":"",
"fromSubCategory":"",
"fromTag":"",
"fromCustomField1":"",
"fromCustomField2":"",
"fromCustomField3":"",
"fromCustomField4":"",
"fromCustomField5":"",
"fromCreatedDate":"2019-05-16T16:03:10.8266342-05:00",
"fromTargetAmount":0,
"fromTargetMetDate":"9999-12-31T23:59:59.9999999Z",
"fromTargetDate":"9999-12-31T23:59:59.9999999Z",
"fromLegalName1":"",
"fromLegalName2":"",
"fromName":"Checking 1",
"fromPrimaryCustomerId":1062561,
"fromAccountAmount":239,
"fromAvailableAmount":239,
"fromPendingAmount":-5,
"payloadTypeId":605,
"version":1,
"cardId":0,
"receiptId":9325870,
"checkAmount":2,
"submissionDate":"2019-09-13T07:51:54.5254430-05:00"
}
]
],
"eventTimeUtc":"2019-09-17T13:18:50.1151992-06:00",
"externalAccountId":0,
"impactedCustomerId":445828,
"impactedUserId":0,
"payloadTypeId":605,
"transactionId":21001067,
"userEventId":132298530,
"userEventTypeId":30605101,
"version":1
}
Updated 12 months ago