Webhook Sample: ach.received.debit

Webhook sample for receive ACH debit transactions
Webhooks
Webhook Sample: ach.received.debit
 last updated: 
November 30, 2023
  1. {
  2.    "eventType": "ach.received.debit",
  3.    "data": {
  4.      "id": "txn-01c68eef-22c3-4e3c-b78f-4ac482c61780",
  5.      "txnType": "debit",
  6.      "title": "Paid to Test Sender",
  7.      "amount": "-3.00",
  8.      "transferType": "ach",
  9.      "subType": "received",
  10.      "description": "Receive ACH-2b",
  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": "762.00",
  16.      "intrabank": null,
  17.      "ach": {
  18.        "transferId": "tra-2f44c77a-2655-4362-8005-b152cbdb2502",
  19.        "contactId": "",
  20.        "name": "Test Sender",
  21.        "routingNumber": "123456789",
  22.        "type": ""
  23.      },
  24.      "card": null,
  25.      "createdAt": "2021-11-15T08:26:57Z",
  26.      "txnDate": "2021-11-15T08:26:57Z",
  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.  }