Webhook Sample: wire.received.credit

Webhook sample for wire received credit transactions
Webhooks
Webhook Sample: wire.received.credit
 last updated: 
November 30, 2023
  1.  {
  2.    "eventType": "wire.received.credit",
  3.    "data": {
  4.      "id": "txn-f77b3267-2fb3-494e-9358-df9bd7cea409",
  5.      "txnType": "credit",
  6.      "title": "Received from TestWire",
  7.      "amount": "8.00",
  8.      "transferType": "domesticWire",
  9.      "subType": "received",
  10.      "description": "IncomingWire-domestic",
  11.      "accountId": "acc-33440bb4-0507-428a-8fcd-3685b21c9689",
  12.      "businessId": "bus-15454fb4-afdf-47bb-8fbc-bad34b81caa5",
  13.      "programId": "prg-b9f17601-4717-460e-bda5-9598f6f6db28",
  14.      "personId": "per-6052af5f-6d97-4ec6-8146-66bf070b26e3",
  15.      "balance": "755.00",
  16.      "intrabank": null,
  17.      "ach": null,
  18.      "card": null,
  19.      "createdAt": "2021-11-15T08:25:48Z",
  20.      "txnDate": "2021-11-15T08:25:48Z",
  21.      "status": "settled",
  22.      "domesticWire": {
  23.        "transferId": "tra-89edcb75-1725-486e-89f3-e6ae7904011c",
  24.        "contactId": "",
  25.        "name": "TestWire",
  26.        "routingNumber": "121122676",
  27.        "address": null
  28.      },
  29.      "internationalWire": null,
  30.      "digitalCheck": null,
  31.      "physicalCheck": null,
  32.      "parentTxnId": "",
  33.      "reviewCode": "",
  34.      "reviewMessage": "",
  35.      "accountCreatedPersonId": "",
  36.      "debitCard": null,
  37.      "solidCard": null
  38.    }
  39.  }