Fee Transactions Payload

The Fee Transactions Payload (payloadTypeId=1600) relates to fee transaction events. Depending on the Fee Transactions event, the format of the possible properties in the data node may vary.

Version 1

Possible properties in data node:

Click to expand
  • amount
  • availableDate
  • cardId
  • clientId
  • comment
  • contextId
  • createdDate
  • customerId
  • customerTag
  • customField
  • description
  • feeCode
  • feeDescription
  • friendlyDescription
  • fromAccountAmount
  • fromAccountId
  • fromAccountNumberMasked
  • fromAvailableAmount
  • fromCategory
  • fromCreatedDate
  • fromCustomField1
  • fromCustomField2
  • fromCustomField3
  • fromCustomField4
  • fromCustomField5
  • fromLegalName1
  • fromLegalName2
  • fromPendingAmount
  • fromPrimaryCustomerId
  • fromSubCategory
  • fromTag
  • fromTargetAmount
  • fromTargetDate
  • fromTargetMetDate
  • impactedCustomerId
  • impactedUserId
  • institutionName
  • isCredit
  • masterId
  • modifiedById
  • networkProviderTypeId
  • payloadTypeId
  • programId
  • settledDate
  • transactionId
  • transactionStatus
  • transactionTag
  • type
  • typeCode
  • version
  • voidedDate

Example Payload

{
  "UserEventId": 2950996709,
  "UserEventTypeId": 3061002,
  "UserId": null,
  "ImpactedUserId": 0,
  "ImpactedCustomerId": 39901108,
  "ContextId": "f3b5357b-4d2e-4cc2-83eb-4d8b7562dd63",
  "EventTimeUtc": "2024-05-29T19:05:25+00:00",
  "TransactionId": 2950996703,
  "ExternalAccountId": 0,
  "AccountId": 39901111,
  "Version": 1,
  "PayloadTypeId": 1600,
  "Data": [
    [
      {
        "toAccountId": 39901111,
        "amount": 0.2,
        "createdDate": "2024-05-29T19:05:26.2579375+00:00",
        "settledDate": "2024-05-29T19:05:26.2579375+00:00",
        "voidedDate": "",
        "availableDate": "2024-05-29T19:05:26.2579375+00:00",
        "cardId": 10644699,
        "customerId": 39901108,
        "customField1": "",
        "toCustomField1": "",
        "toCustomField2": "",
        "toCustomField3": "",
        "toCustomField4": "",
        "toCustomField5": "",
        "description": "International Card Fee 1% Reversal",
        "feeCode": "ICF",
        "feeDescription": "International Card Fee",
        "friendlyDescription": "International Card Fee Reversal",
        "institutionName": "",
        "isCredit": 1,
        "masterId": 2950996682,
        "transactionStatus": "Settled",
        "transactionTag": "",
        "transactionId": 2950996703,
        "type": "International Card Fee Reversal",
        "typeCode": "REVICF",
        "clientId": 9675,
        "contextId": "F3B5357B-4D2E-4CC2-83EB-4D8B7562DD63",
        "customerTag": "853e8cdd-59ea-417b-8e26-b290dc1b53e8",
        "impactedUserId": 39901108,
        "impactedCustomerId": 39901108,
        "modifiedById": 39901108,
        "programId": 9682,
        "toTag": "",
        "payloadTypeId": 1600,
        "version": 1,
        "comment": "",
        "toAccountNumberMasked": "*************8579",
        "toCategory": "",
        "toSubCategory": "",
        "toCreatedDate": "2024-05-29T19:05:16.5077134+00:00",
        "toTargetAmount": 0,
        "toTargetMetDate": "",
        "toTargetDate": "",
        "toLegalName1": "",
        "toLegalName2": "",
        "toName": "ujcpswv",
        "toPrimaryCustomerId": 39901108,
        "toAccountAmount": 2000,
        "toAvailableAmount": 2000,
        "toPendingAmount": 0,
        "NetworkProviderTypeId": 2
      }
    ]
  ]
}
{
   "accountId":0,
   "contextId":"93effe23-9933-467b-a401-604184a1bcde",
   "data":[
      [
         {
            "userEventId":2838653075,
            "userEventTypeId":40001001,
            "eventTimeUtc":"2023-05-18T17:57:42.923Z",
            "userId":33629234,
            "bankId":9552,
            "clientId":9553,
            "programId":9554,
            "impactedUserId":33629234,
            "impactedCustomerId":33629234,
            "contextId":"93EFFE23-9933-467B-A401-604184A1BCDE",
            "cardId":10204878,
            "version":1,
            "payloadTypeId":1,
            "CustomerTag":"132746571"
         }
      ]
   ],
   "eventTimeUtc":"2023-05-18T17:57:42.000+00:00",
   "externalAccountId":0,
   "impactedCustomerId":33629234,
   "impactedUserId":0,
   "payloadTypeId":1,
   "userEventId":2838653075,
   "userEventTypeId":40001001,
   "version":1
}

Version 2

Possible properties in data node:

Click to expand
  • account
    • accountAmount
    • accountId
    • `accountName
    • accountNumberMasked
    • accountTag
    • availableAmount
    • category
    • createdDate
    • pendingAmount
    • primaryCustomerId
    • subCategory
  • contextId
  • customer
    • customerId
    • customerTag
  • eventData
    • clientId
    • contextId
    • impactedUserId
    • impactedCustomerId
    • modifiedById
    • programId
    • payloadTypeId
    • version
  • eventTimeUtc
  • externalAccountId
  • fee
    • feeCode
    • feeDescription
  • transaction
    • amount
    • availableDate
    • comment
    • createdDate
    • friendlyDescription
    • isCredit
    • masterId
    • nachaDescription
    • requestingCustomerId
    • settledDate
    • status
    • subType
    • subTypeCode
    • transactionId
    • transactionTag
    • type
    • typeCode
  • userEventId
  • userEventTypeId
  • userId

Example Payload

{
    "UserEventId": 2965571865,
    "UserEventTypeId": 3061003,
    "UserId": 0,
    "ImpactedUserId": null,
    "ImpactedCustomerId": 42422453,
    "ContextId": "aa51beaa-e193-42e5-b295-a1a664032655",
    "EventTimeUtc": "2024-08-22T20:17:03.3447084+00:00",
    "TransactionId": 2965571859,
    "ExternalAccountId": null,
    "AccountId": 42422460,
    "Version": 2,
    "PayloadTypeId": 1600,
    "Data": [
        [
            {
                "Transaction": {
                    "Amount": 2,
                    "CreatedDate": "2024-08-22T20:17:03.1832993+00:00",
                    "SettledDate": "2024-08-22T20:17:03.1832993+00:00",
                    "AvailableDate": "2024-08-22T20:17:03.1832993+00:00",
                    "NachaDescription": "",
                    "FriendlyDescription": "Internal To Program Account Fee",
                    "IsCredit": false,
                    "MasterId": 2965571851,
                    "Status": "Settled",
                    "SubType": null,
                    "SubTypeCode": null,
                    "TransactionTag": null,
                    "TransactionId": 2965571859,
                    "Type": null,
                    "TypeCode": null,
                    "Comment": "",
                    "RequestingCustomerId": 42422453
                },
                "Account": {
                    "AccountId": 42422460,
                    "AccountTag": "",
                    "AccountName": "qunucri",
                    "Category": "",
                    "SubCategory": "",
                    "AccountNumberMasked": "*************0396",
                    "CreatedDate": "2024-08-22T20:16:59.3772374+00:00",
                    "PrimaryCustomerId": 42422453,
                    "AccountAmount": 1989,
                    "AvailableAmount": 1989,
                    "PendingAmount": 0
                },
                "Fee": {
                    "FeeCode": "F10",
                    "FeeDescription": "Fee 10 - Transaction Less than $10 Fee"
                },
                "Customer": {
                    "CustomerId": 42422453,
                    "CustomerTag": "ff85ba51-c42a-41e3-a01e-cd8bb60fdaf4"
                },
                "EventData": {
                    "ClientId": 9675,
                    "ContextId": "aa51beaa-e193-42e5-b295-a1a664032655",
                    "ImpactedUserId": 42422453,
                    "ImpactedCustomerId": 42422453,
                    "ModifiedById": 0,
                    "ProgramId": 9682,
                    "PayloadTypeId": 1600,
                    "Version": 2
                }
            }
        ]
    ]
}
{
   "accountId":0,
   "contextId":"93effe23-9933-467b-a401-604184a1bcde",
   "data":[
      [
         {
            "userEventId":2838653075,
            "userEventTypeId":40001001,
            "eventTimeUtc":"2023-05-18T17:57:42.923Z",
            "userId":33629234,
            "bankId":9552,
            "clientId":9553,
            "programId":9554,
            "impactedUserId":33629234,
            "impactedCustomerId":33629234,
            "contextId":"93EFFE23-9933-467B-A401-604184A1BCDE",
            "cardId":10204878,
            "version":1,
            "payloadTypeId":1,
            "CustomerTag":"132746571"
         }
      ]
   ],
   "eventTimeUtc":"2023-05-18T17:57:42.000+00:00",
   "externalAccountId":0,
   "impactedCustomerId":33629234,
   "impactedUserId":0,
   "payloadTypeId":1,
   "userEventId":2838653075,
   "userEventTypeId":40001001,
   "version":1
}