Webhook Sample: ach.reversal.debit

Webhook sample for ACH reversal debit transactions
Webhooks
Webhook Sample: ach.reversal.debit
 last updated: 
November 30, 2023
  1. {
  2.  "eventType": "ach.reversal.debit",
  3.  "data": {
  4.    "id": "txn-e19dcd7d-41c0-4805-9ce9-b1ecd7fc9418",
  5.    "txnType": "debit",
  6.    "title": "Received from gdhawavjo",
  7.    "amount": "-1.50",
  8.    "transferType": "ach",
  9.    "subType": "reversal",
  10.    "description": "Reversal for - Pull 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-739e1fc8-24db-4aac-b0f9-33ce6cc03469",
  19.      "contactId": "con-fee9daef-f298-40af-9b65-ca6f6c277a5f",
  20.      "name": "gdhawavjo",
  21.      "routingNumber": "074900783",
  22.      "type": ""
  23.    },
  24.    "card": null,
  25.    "createdAt": "2021-11-15T06:50:34Z",
  26.    "txnDate": "2021-11-15T06:50:34Z",
  27.    "status": "settled",
  28.    "domesticWire": null,
  29.    "internationalWire": null,
  30.    "digitalCheck": null,
  31.    "physicalCheck": null,
  32.    "parentTxnId": "txn-82608ec5-f290-4760-be37-1da89fb03e08",
  33.    "reviewCode": "invalidRoutingNumber",
  34.    "reviewMessage": "invalid routing number",
  35.    "accountCreatedPersonId": "",
  36.    "debitCard": null,
  37.    "solidCard": null
  38.  }
  39. }