Webhook Sample: wire.reversal.debit

Webhook sample for wire reversal debit transactions
Webhooks
Webhook Sample: wire.reversal.debit
 last updated: 
November 30, 2023
  1. {
  2.    "eventType": "wire.reversal.debit",
  3.    "data": {
  4.      "id": "txn-af2276ca-9fd3-4263-b916-663fc57c607a",
  5.      "txnType": "debit",
  6.      "title": "Received from Aly Stewert",
  7.      "amount": "-13.56",
  8.      "transferType": "domesticWire",
  9.      "subType": "reversal",
  10.      "description": "Reversal for - Retool Domestic Wire Received Debit",
  11.      "accountId": "acc-f5f97156-7e11-42be-823c-10912798d8e4",
  12.      "businessId": "bus-f7649fba-ca96-489e-86c9-5c1ca83d5d3d",
  13.      "programId": "prg-b9f17601-4717-460e-bda5-9598f6f6db28",
  14.      "personId": "",
  15.      "balance": "870.14",
  16.      "intrabank": null,
  17.      "ach": null,
  18.      "card": null,
  19.      "createdAt": "2021-11-15T08:59:40Z",
  20.      "txnDate": "2021-11-15T08:59:40Z",
  21.      "status": "settled",
  22.      "domesticWire": {
  23.        "transferId": "tra-5f536130-b258-40f2-8a33-a4182a30af41",
  24.        "contactId": "",
  25.        "name": "Aly Stewert",
  26.        "routingNumber": "084106768",
  27.        "address": null
  28.      },
  29.      "internationalWire": null,
  30.      "digitalCheck": null,
  31.      "physicalCheck": null,
  32.      "parentTxnId": "txn-3fbd9473-04df-4c09-9f1f-cd90f08c43d7",
  33.      "reviewCode": "",
  34.      "reviewMessage": "",
  35.      "accountCreatedPersonId": "",
  36.      "debitCard": null,
  37.      "solidCard": null
  38.    }
  39.  }