Customer Account Transfer Payload
The Customer Account Transfer payload (payloadTypeId=201) relates to any transaction that moved funds out of the customer's account and into another one of the same customer's accounts.
Possible Properties in data node:
data node:Click to expand
- amount
- availableDate
- comment
- createdDate
- customerId
- customField1
- description
- externalApplicationId
- externalUrl
- externalUserId
- externalUserName
- 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
- 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":43419979,
  "contextId":"88646b33-f958-4d1e-ade2-fcdbe109a450",
  "data":[
    [
      {
        "customerId":43419969,
        "transactionId":1441656549,
        "masterId":1441656549,
        "type":"Internal CorePro Transfer",
        "typeCode":"CPXFR",
        "tag":"102276844-24298824,102276845-24268824,2654553075=2",
        "amount":1.62,
        "description":"Round-up",
        "friendlyDescription":"Transfer from Spending Account*7349 to Goals Account*7329",
        "createdDate":"2019-12-09T06:44:28.852+00:00",
        "settledDate":"2019-12-09T06:44:28.852+00:00",
        "voidedDate":"",
        "availableDate":"2019-12-09T06:44:28.852+00:00",
        "comment":"",
        "modifiedById":43419969,
        "cardId":0,
        "subTypeId":0,
        "institutionName":"",
        "customField1":"",
        "toAccountNumberMasked":"*************7329",
        "toAccountId":43419979,
        "toCategory":"",
        "toSubCategory":"",
        "toTag":"investment_93419960_1570405856945",
        "toCustomField1":"",
        "toCustomField2":"",
        "toCustomField3":"",
        "toCustomField4":"",
        "toCustomField5":"",
        "toCreatedDate":"2019-10-06T23:50:56.651+00:00",
        "toTargetAmount":0,
        "toTargetMetDate":"",
        "toTargetDate":"",
        "toLegalName1":"",
        "toLegalName2":"",
        "toName":"Goals Account",
        "toPrimaryCustomerId":43419969,
        "toAccountAmount":603.47,
        "toAvailableAmount":603.47,
        "toPendingAmount":0,
        "fromAccountNumberMasked":"*************7349",
        "fromAccountId":43419979,
        "fromCategory":"",
        "fromSubCategory":"",
        "fromTag":"cash_43419969_1570405856819",
        "fromCustomField1":"",
        "fromCustomField2":"",
        "fromCustomField3":"",
        "fromCustomField4":"",
        "fromCustomField5":"",
        "fromCreatedDate":"2019-10-06T23:50:56.823+00:00",
        "fromTargetAmount":0,
        "fromTargetMetDate":"",
        "fromTargetDate":"",
        "fromLegalName1":"",
        "fromLegalName2":"",
        "fromName":"Spending Account",
        "fromPrimaryCustomerId":43419969,
        "fromAccountAmount":78.02,
        "fromAvailableAmount":21.62,
        "fromPendingAmount":0,
        "payloadTypeId":201,
        "version":1
      }
    ]
  ],
  "eventTimeUtc":"2019-12-09T06:44:28.000+00:00",
  "externalAccountId":0,
  "impactedCustomerId":43419969,
  "impactedUserId":0,
  "payloadTypeId":201,
  "transactionId":1441656549,
  "userEventId":280567689,
  "userEventTypeId":3060070,
  "version":1
}Updated 2 months ago
