Webhook Sample: wire.reversal.credit

Webhook sample for wire reversal credit transactions
Webhooks
Webhook Sample: wire.reversal.credit
 last updated: 
November 30, 2023
  1. {
  2.  "eventType": "wire.reversal.credit",
  3.  "data": {
  4.    "id": "txn-e7ceae55-b536-45f7-86aa-0c97b99fda77",
  5.    "txnType": "credit",
  6.    "title": "Paid to PrimaryUpdated",
  7.    "amount": "201.00",
  8.    "transferType": "domesticWire",
  9.    "subType": "reversal",
  10.    "description": "Reversal for - SendWire-WatchDogApprove",
  11.    "accountId": "acc-49b1282f-a1af-4d30-b5cb-9aa0e5893998",
  12.    "businessId": "bus-1becdea7-3d51-4e7b-80bf-92b7edd14a68",
  13.    "programId": "prg-b9f17601-4717-460e-bda5-9598f6f6db28",
  14.    "personId": "per-c498c296-2682-4b0c-b269-67f84ef6a6e3",
  15.    "balance": "1375.00",
  16.    "intrabank": null,
  17.    "ach": null,
  18.    "card": null,
  19.    "createdAt": "2021-11-15T06:46:21Z",
  20.    "txnDate": "2021-11-15T06:46:21Z",
  21.    "status": "settled",
  22.    "domesticWire": {
  23.      "transferId": "tra-ecf45da7-ad26-4cf0-bf19-83f85f02a89e",
  24.      "contactId": "con-a352862e-6e07-479c-add4-de5379a8ad00",
  25.      "name": "PrimaryUpdated",
  26.      "routingNumber": "122235821",
  27.      "address": null
  28.    },
  29.    "internationalWire": null,
  30.    "digitalCheck": null,
  31.    "physicalCheck": null,
  32.    "parentTxnId": "txn-4cda859e-4cbe-4f0b-a894-4b3f47556206",
  33.    "reviewCode": "sendLimitExceeded",
  34.    "reviewMessage": "amount greater than allowed send limit",
  35.    "accountCreatedPersonId": "",
  36.    "debitCard": null,
  37.    "solidCard": null
  38.  }
  39. }