Webhook Sample: ach.originated.debit

Webhook sample for origination of ACH debit transactions
Webhooks
Webhook Sample: ach.originated.debit
 last updated: 
November 30, 2023
  1. {
  2.  "eventType": "ach.originated.debit",
  3.  "data": {
  4.    "id": "txn-1a34f680-c3d1-46da-8bc5-2b510781875d",
  5.    "txnType": "debit",
  6.    "title": "Paid to PrimaryUpdated",
  7.    "amount": "-202.00",
  8.    "transferType": "ach",
  9.    "subType": "originated",
  10.    "description": "SendACH-WatchDogDecline",
  11.    "accountId": "acc-49b1282f-a1af-4d30-b5cb-9aa0e5893998",
  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": "1379.00",
  16.    "intrabank": null,
  17.    "ach": {
  18.      "transferId": "tra-e266391e-71b7-4ffa-b436-9ac6b324e186",
  19.      "contactId": "con-a352862e-6e07-479c-add4-de5379a8ad00",
  20.      "name": "PrimaryUpdated",
  21.      "routingNumber": "122235821",
  22.      "type": "nextDay"
  23.    },
  24.    "card": null,
  25.    "createdAt": "2021-11-15T06:46:01Z",
  26.    "txnDate": "2021-11-15T06:46:01Z",
  27.    "status": "settled",
  28.    "domesticWire": null,
  29.    "internationalWire": null,
  30.    "digitalCheck": null,
  31.    "physicalCheck": null,
  32.    "parentTxnId": "",
  33.    "reviewCode": "",
  34.    "reviewMessage": "",
  35.    "accountCreatedPersonId": "",
  36.    "debitCard": null,
  37.    "solidCard": null
  38.  }
  39. }