Webhook Sample: ach.originated.credit

Webhook sample for origination of ACH credit transactions
Webhooks
Webhook Sample: ach.originated.credit
 last updated: 
November 30, 2023
  1. {
  2.  "eventType": "ach.originated.credit",
  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 Decline",
  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": "gdhawavjo",
  21.      "routingNumber": "074900783",
  22.      "type": "nextDay"
  23.    },
  24.    "card": null,
  25.    "createdAt": "2021-11-15T06:48:57Z",
  26.    "txnDate": "2021-11-15T06:49:18Z",
  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. }