Webhook Sample: account.credit

Webhook sample for account credit transactions
Webhooks
Webhook Sample: account.credit
 last updated: 
November 30, 2023
  1. {
  2.  "eventType": "account.credit",
  3.  "data": {
  4.    "id": "txn-fd0918de-f761-4cc8-b850-2f4c04405dd3",
  5.    "txnType": "credit",
  6.    "title": "Received check from PrimaryUpdated",
  7.    "amount": "569.00",
  8.    "transferType": "physicalCheck",
  9.    "subType": "originated",
  10.    "description": "ReceiveCheckPhysical",
  11.    "accountId": "acc-cfb49b18-496c-4d33-8824-5c5daa7d7cdc",
  12.    "businessId": "bus-cc4f283d-0f97-45a4-8364-014d10a3664d",
  13.    "programId": "prg-68f11d39-65b7-42b5-a81f-496d43d98e61",
  14.    "personId": "per-fd794d7f-2b4c-48e2-9842-a9a63334aa89",
  15.    "balance": "1544.47",
  16.    "intrabank": null,
  17.    "ach": null,
  18.    "card": null,
  19.    "createdAt": "2021-07-07T08:54:58Z",
  20.    "txnDate": "2021-11-15T07:00:22Z",
  21.    "status": "settled",
  22.    "domesticWire": null,
  23.    "internationalWire": null,
  24.    "digitalCheck": null,
  25.    "physicalCheck": {
  26.      "transferId": "tra-c30bfbb1-d1e5-4fa2-8e83-3e8d70cf9cf3",
  27.      "contactId": "con-2de55101-f62e-4a10-9b0c-e73f66555ce3",
  28.      "name": "PrimaryUpdated",
  29.      "checkNumber": "",
  30.      "shipping": null
  31.    },
  32.    "parentTxnId": "",
  33.    "reviewCode": "transferLimitExceeded",
  34.    "reviewMessage": "allowed transfer limit reached",
  35.    "accountCreatedPersonId": "",
  36.    "debitCard": null,
  37.    "solidCard": null
  38.  }
  39. }