Program Account Withdrawal Payload

The Program Account Withdrawal payload (payloadTypeId=302) payload relates to any transaction that moved funds out of one of the program's accounts without touching any customer account.

Possible properties in data node:

Click to expand
  • amount
  • availableDate
  • comment
  • createdDate
  • customerId
  • customField1
  • description
  • feeCode
  • feeDescrition
  • 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
  • returnCode
  • settledDate
  • subType
  • subTypeCode
  • tag
  • transactionId
  • type
  • typeCode
  • version
  • voidedDate

Example Payload

{
  "accountId":4674409,
  "contextId":"792ebb-f87f-4e3c-b1f6-916b2f8c0d",
  "data":[
    [
      {
        "customerId":0,
        "customerTag":"",
        "transactionId":607866689,
        "masterId":6078666897,
        "type":"ProgramReserve to ProgramReserve",
        "typeCode":"RSVRSV",
        "tag":"",
        "amount":20000.0,
        "friendlyDescription":"ProgramReserve to ProgramReserve",
        "description":"",
        "createdDate":"2021-07-26T12:41:03.078+00:00",
        "settledDate":"2021-07-26T12:41:03.078+00:00",
        "voidedDate":"",
        "availableDate":"2021-07-26T12:41:03.078+00:00",
        "comment":"",
        "modifiedById":2341,
        "institutionName":"",
        "customField1":"",
        "fromAccountNumberMasked":"*************9471",
        "fromAccountId":4674409,
        "fromAccountAmount":212614.63,
        "payloadTypeId":302,
        "version":1,
        "cardId":0
      }
    ]
  ],
  "eventTimeUtc":"2021-07-26T12:41:03.000+00:00",
  "externalAccountId":0,
  "impactedCustomerId":0,
  "impactedUserId":0,
  "payloadTypeId":302,
  "transactionId":607866689,
  "userEventId":6078666831,
  "userEventTypeId":40000012,
  "version":1
}