Webhook Sample: ach.originated.updated

Webhook sample for updates to ACH credit transactions (eg. trace numbers added)
Webhooks
Webhook Sample: ach.originated.updated
 last updated: 
November 30, 2023
  1. {
  2.  "eventType": "ach.originated.updated",
  3.  "data": {
  4.    "id": "txn-038848bb-bb59-4914-b893-32e9bcd938db",
  5.    "txnType": "credit",
  6.    "title": "Received from gdhawavjo",
  7.    "amount": "22.01",
  8.    "transferType": "ach",
  9.    "subType": "originated",
  10.    "description": "Receive ACH",
  11.    "accountId": "acc-b28b8cc1-2b89-4099-a7fb-8f750b30be8c",
  12.    "businessId": "bus-ca888114-6035-431f-a95b-e370492e129f",
  13.    "programId": "prg-b9f17601-4717-460e-bda5-9598f6f6db28",
  14.    "personId": "per-fd0aa86e-78cc-4e63-b220-8d075b265e63",
  15.    "balance": "1507.53",
  16.    "intrabank": null,
  17.    "ach": {
  18.      "transferId": "tra-3c2f0a52-0ddd-4e8b-aa44-337a6d5610bc",
  19.      "contactId": "con-fee9daef-f298-40af-9b65-ca6f6c277a5f",
  20.      "name": "James Doe",
  21.      "routingNumber": "074900783",
  22.      "type": "nextDay",
  23.      "bankName": "Bank of America",
  24.      "traceNumber": "99399760109753",
  25.      "authId": ""
  26.    },
  27.    "card": null,
  28.    "createdAt": "2021-11-15T06:48:57Z",
  29.    "modifiedAt": "2021-11-16T07:45:22Z",
  30.    "txnDate": "2021-11-15T06:49:18Z",
  31.    "status": "settled",
  32.    "domesticWire": null,
  33.    "internationalWire": null,
  34.    "digitalCheck": null,
  35.    "physicalCheck": null,
  36.    "parentTxnId": "",
  37.    "reviewCode": "",
  38.    "reviewMessage": "",
  39.    "accountCreatedPersonId": "",
  40.    "debitCard": null,
  41.    "solidCard": null
  42.  }
  43. }