Webhook Sample: ach.received.credit

Webhook sample for ACH received credit transactions
Webhooks
Webhook Sample: ach.received.credit
 last updated: 
November 30, 2023
  1. {
  2.    "eventType": "ach.received.credit",
  3.    "data": {
  4.      "id": "txn-fe60ffb8-82bd-48ea-95c7-56dfc8e4db51",
  5.      "txnType": "credit",
  6.      "title": "Received from Anand",
  7.      "amount": "10.00",
  8.      "transferType": "ach",
  9.      "subType": "received",
  10.      "description": "Receive ACH-2a",
  11.      "accountId": "acc-33440bb4-0507-428a-8fcd-3685b21c9689",
  12.      "businessId": "bus-15454fb4-afdf-47bb-8fbc-bad34b81caa5",
  13.      "programId": "prg-b9f17601-4717-460e-bda5-9598f6f6db28",
  14.      "personId": "per-6052af5f-6d97-4ec6-8146-66bf070b26e3",
  15.      "balance": "765.00",
  16.      "intrabank": null,
  17.      "ach": {
  18.        "transferId": "tra-cb8a8dd6-d1e8-44b3-a33b-55600058e2d5",
  19.        "contactId": "",
  20.        "name": "Anand",
  21.        "routingNumber": "1254654",
  22.        "type": ""
  23.      },
  24.      "card": null,
  25.      "createdAt": "2021-11-15T08:26:53Z",
  26.      "txnDate": "2021-11-15T08:26:53Z",
  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. }