Webhook Sample: intrabank.received.debit

Webhook sample for intrabank received debit transactions
Webhooks
Webhook Sample: intrabank.received.debit
 last updated: 
November 30, 2023
  1. {
  2.  "eventType": "intrabank.received.debit",
  3.  "data": {
  4.    "id": "txn-2f646102-985f-4fc7-aa60-f34159075643",
  5.    "txnType": "debit",
  6.    "title": "Paid to Anand Shan Test",
  7.    "amount": "-800.00",
  8.    "transferType": "intrabank",
  9.    "subType": "received",
  10.    "description": "Intrabank Pull",
  11.    "accountId": "acc-0ae78e48-281a-4836-b724-61760d38fe02",
  12.    "businessId": "bus-1becdea7-3d51-4e7b-80bf-92b7edd14a68",
  13.    "programId": "prg-b9f17601-4717-460e-bda5-9598f6f6db28",
  14.    "personId": "per-c498c296-2682-4b0c-b269-67f84ef6a6e3",
  15.    "balance": "210.00",
  16.    "intrabank": {
  17.      "transferId": "tra-34fe6c9f-d094-4360-9396-ae6b989ead1d",
  18.      "contactId": "",
  19.      "name": "Wise R&D LLC",
  20.      "routingNumber": "084106768"
  21.    },
  22.    "ach": null,
  23.    "card": null,
  24.    "createdAt": "2021-11-15T06:45:52Z",
  25.    "txnDate": "2021-11-15T06:45:52Z",
  26.    "status": "settled",
  27.    "domesticWire": null,
  28.    "internationalWire": null,
  29.    "digitalCheck": null,
  30.    "physicalCheck": null,
  31.    "parentTxnId": "",
  32.    "reviewCode": "",
  33.    "reviewMessage": "",
  34.    "accountCreatedPersonId": "",
  35.    "debitCard": null,
  36.    "solidCard": null
  37.  }
  38. }