Webhook Sample: check.reversal.credit

Webhook sample for check reversal credit transactions
Webhooks
Webhook Sample: check.reversal.credit
 last updated: 
November 30, 2023
  1. {
  2.    "eventType": "check.reversal.credit",
  3.    "data": {
  4.      "id": "txn-1c72e328-132f-4fa7-9871-b1c35dff9804",
  5.      "txnType": "credit",
  6.      "title": "Check created for Jason",
  7.      "amount": "20.00",
  8.      "transferType": "physicalCheck",
  9.      "subType": "reversal",
  10.      "description": "Reversal for - Check",
  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": "747.00",
  16.      "intrabank": null,
  17.      "ach": null,
  18.      "card": null,
  19.      "createdAt": "2021-11-15T08:22:26Z",
  20.      "txnDate": "2021-11-15T08:22:26Z",
  21.      "status": "settled",
  22.      "domesticWire": null,
  23.      "internationalWire": null,
  24.      "digitalCheck": null,
  25.      "physicalCheck": {
  26.        "transferId": "tra-d30fa162-1039-481b-bf5d-d84902c3525a",
  27.        "contactId": "con-154a9df8-d183-4de2-8dde-1290b685bece",
  28.        "name": "Jason",
  29.        "checkNumber": "",
  30.        "shipping": null
  31.      },
  32.      "parentTxnId": "txn-fb4f931f-39ff-4479-9744-2156fb3280f2",
  33.      "reviewCode": "invalidCheckAddress",
  34.      "reviewMessage": "invalid check address",
  35.      "accountCreatedPersonId": "",
  36.      "debitCard": null,
  37.      "solidCard": null
  38.    }
  39.  }