Webhook Sample: card.deposit

Webhook sample for ATM deposit transactions
Webhooks
Webhook Sample: card.deposit
 last updated: 
November 30, 2023
  1. {
  2.   "eventType": "card.deposit",
  3.   "programId": "prg-d4fb72d0-4f99-46b5-b137-91af779827b7",
  4.   "data": {
  5.     "id": "txn-9b25dd04-5101-4528-a9c7-4f566a385d2a",
  6.     "txnType": "credit",
  7.     "title": "Chase ATM Deposit",
  8.     "amount": "1000.00",
  9.     "transferType": "card",
  10.     "subType": "atm",
  11.     "description": "Credited virtual at Chase ATM",
  12.     "accountId": "acc-ecfeda2c-36cb-4abd-bc7a-8af55c3d6797",
  13.     "businessId": "",
  14.     "programId": "prg-d4fb72d0-4f99-46b5-b137-91af779827b7",
  15.     "personId": "per-e0aa9624-805e-406f-84cc-1cc8e674a038",
  16.     "balance": "2044.97",
  17.     "intrabank": null,
  18.     "ach": null,
  19.     "card": {
  20.       "id": "crd-771801de-2d65-40eb-a799-eddd05e3237c",
  21.       "transferId": "tra-fe025e94-a244-4288-8bb5-2de439a4dcad",
  22.       "label": "My debit card",
  23.       "merchant": {
  24.         "merchantName": "Chase Bank",
  25.         "merchantCity": "SAN JOSE",
  26.         "merchantState": "CA",
  27.         "merchantCountry": "USA",
  28.         "postalCode": "",
  29.         "merchantCategory": "",
  30.         "merchantCategoryCode": ""
  31.       },
  32.       "authMethod": "other",
  33.       "wallet": "",
  34.       "authId": ""
  35.     },
  36.     "createdAt": "2022-07-15T13:02:19Z",
  37.     "txnDate": "2022-07-15T13:02:19Z",
  38.     "status": "settled",
  39.     "domesticWire": null,
  40.     "internationalWire": null,
  41.     "digitalCheck": null,
  42.     "physicalCheck": null,
  43.     "parentTxnId": "",
  44.     "reviewCode": "",
  45.     "reviewMessage": "",
  46.     "debitCard": null,
  47.     "solidCard": null,
  48.     "parentTransferId": "",
  49.     "enrichedData": null,
  50.     "familyId": "",
  51.     "buy": null,
  52.     "sell": null
  53.   }
  54. }