Webhook Sample: wire.originated.updated

Webhook sample for update to wire origination transactions
Webhooks
Webhook Sample: wire.originated.updated
 last updated: 
November 30, 2023
  1. {
  2.  "eventType": "wire.originated.updated",
  3.  "data": {
  4.    "id": "txn-9813b7e9-d8da-4bd2-9e7c-5a73546bf730",
  5.    "txnType": "debit",
  6.    "title": "Paid to Joe Smith",
  7.    "amount": "-202.00",
  8.    "transferType": "domesticWire",
  9.    "subType": "originated",
  10.    "description": "SendWire",
  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": "974.50",
  16.    "intrabank": null,
  17.    "ach": null,
  18.    "card": null,
  19.    "createdAt": "2021-11-15T06:46:15Z",
  20.    "txnDate": "2021-11-15T06:46:15Z",
  21.    "status": "settled",
  22.    "domesticWire": {
  23.      "transferId": "tra-08451395-5c5f-4748-8a07-f8610bc6d072",
  24.      "contactId": "con-a352862e-6e07-479c-add4-de5379a8ad00",
  25.      "name": "Joe Smith",
  26.      "routingNumber": "122235821",
  27.      "imad": "0220101MMQFMPD111111",
  28.      "omad": "20220101B1QGC01R048431",
  29.     "address": {
  30.         "addressType": "wire",
  31.         "line1": "123 Main St",
  32.         "line2": "",
  33.         "city": "New York",
  34.         "state": "NY",
  35.         "country": "US",
  36.         "postalCode": "10001"
  37.     },
  38.    "internationalWire": null,
  39.    "digitalCheck": null,
  40.    "physicalCheck": null,
  41.    "parentTxnId": "",
  42.    "reviewCode": "sendLimitExceeded",
  43.    "reviewMessage": "amount greater than allowed send limit",
  44.    "accountCreatedPersonId": "",
  45.    "debitCard": null,
  46.    "solidCard": null
  47.  }
  48. }