Funding Events

Cash Balance Funding Events

All cash balance deposit or withdrawal events will return a message which has the following properties:

PropertyDescription
clientNameName of merchant who moved funds into or out of their CXP Cash Balance
midUnique Merchant ID
amountFunding or withdrawal amount
cashBalanceFundingTypeOptions are 'Funding' or 'Withdrawal'
userNameUser name of the user who requested the deposit or withdrawal.
dateTimeDate and time of request
availableBalanceCurrent cash balance
Event
sale.cash.balance.funding

Sample response (Deposit):

{
  "id": "5adbed90-dfed-4d44-bdd6-c93254ad5225",
  "subject": "fa10f24c-719b-48e7-a59f-c469b5979588",
  "data": {
    "clientName": "FlexTest-4 LLC",
    "mid": "1210000106027761",
    "amount": 1000.0,
    "cashBalanceFundingType": "Funding",
    "userName": "flextest004",
    "dateTime": "2022-03-29T06:15:56.7897342+00:00",
    "availableBalance": 65000.0
  },
  "eventType": "sale.cash.balance.funding",
  "eventTime": "2022-03-29T06:15:58.570997Z",
  "dataVersion": "1"
}

Sample response (Withdrawal)

{
  "id": "f1337d63-b342-4812-933a-ab8ad98edf9c",
  "subject": "fa10f24c-719b-48e7-a59f-c469b5979588",
  "data": {
    "clientName": "FlexTest-4 LLC",
    "mid": "1210000106027761",
    "amount": 1000.0,
    "cashBalanceFundingType": "Withdrawal",
    "userName": "flextest004",
    "dateTime": "2022-03-29T06:18:22.6558981+00:00",
    "availableBalance": 64000.0
  },
  "eventType": "sale.cash.balance.funding",
  "eventTime": "2022-03-29T06:18:24.9528552Z",
  "dataVersion": "1"
}