Webhook Sample: ach.reversal.credit

Webhook sample for ACH reversal credit transactions
Webhooks
Webhook Sample: ach.reversal.credit
 last updated: 
November 30, 2023
  1. {
  2.  "eventType": "ach.reversal.credit",
  3.  "data": {
  4.    "id": "txn-578941ac-51aa-4af3-901f-3d43575ae16d",
  5.    "txnType": "credit",
  6.    "title": "Paid to gdhawavjo",
  7.    "amount": "1211.15",
  8.    "transferType": "ach",
  9.    "subType": "reversal",
  10.    "description": "Reversal for - Send 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": "1475.45",
  16.    "intrabank": null,
  17.    "ach": {
  18.      "transferId": "tra-7adee052-df28-49b1-abb5-6556d21cd5de",
  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:41:05Z",
  26.    "txnDate": "2021-11-15T06:41:06Z",
  27.    "status": "settled",
  28.    "domesticWire": null,
  29.    "internationalWire": null,
  30.    "digitalCheck": null,
  31.    "physicalCheck": null,
  32.    "parentTxnId": "txn-76910931-18e7-43ef-8761-7f0d7ef69ff0",
  33.    "reviewCode": "",
  34.    "reviewMessage": "",
  35.    "accountCreatedPersonId": "",
  36.    "debitCard": null,
  37.    "solidCard": null
  38.  }
  39. }