Webhook Sample: wire.originated.debit

Webhook sample for origination of wire debit transactions
Webhooks
Webhook Sample: wire.originated.debit
 last updated: 
November 30, 2023
  1. {
  2.  "eventType": "wire.originated.debit",
  3.  "data": {
  4.    "id": "txn-9813b7e9-d8da-4bd2-9e7c-5a73546bf730",
  5.    "txnType": "debit",
  6.    "title": "Paid to PrimaryUpdated",
  7.    "amount": "-202.00",
  8.    "transferType": "domesticWire",
  9.    "subType": "originated",
  10.    "description": "SendWire-WatchDogDecline",
  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": "PrimaryUpdated",
  26.      "routingNumber": "122235821",
  27.      "address": null
  28.    },
  29.    "internationalWire": null,
  30.    "digitalCheck": null,
  31.    "physicalCheck": null,
  32.    "parentTxnId": "",
  33.    "reviewCode": "sendLimitExceeded",
  34.    "reviewMessage": "amount greater than allowed send limit",
  35.    "accountCreatedPersonId": "",
  36.    "debitCard": null,
  37.    "solidCard": null
  38.  }
  39. }