Webhook Sample: debitcard.chargeback

Webhook sample for debit pull chargebacks
Webhooks
Webhook Sample: debitcard.chargeback
 last updated: 
November 30, 2023
  1. {
  2.  "eventType": "debitcard.chargeback",
  3.  "programId": "prg-ddb08641-1234-465d-ba94-ed199497299f",
  4.  "env": "test",
  5.  "data": {
  6.    "id": "123",
  7.    "programId": "prg-ddb08641-1234-465d-ba94-ed199497299f",
  8.    "personId": "per-15e6b42b-3400-4cdb-96bc-e275c4605b57",
  9.    "businessId": "",
  10.    "familyId": "",
  11.    "contactId": "con-c81cc81c-a207-444a-b495-c17f72c0f959",
  12.    "accountId": "acc-2874821c-e261-484a-b232-940fb7a783cd",
  13.    "transactionId": "txn-cc8dab24-9853-48bd-ab44-9a1b08e06ce1",
  14.    "amount": "20.00",
  15.    "status": "chargedBack",
  16.    "createdAt": "2022-09-14T11:08:12Z",
  17.    "modifiedAt": "2022-09-14T11:08:12Z",
  18.    "reversalTransactionId": "",
  19.    "merchantReferenceId": "ea3094583dkd",
  20.    "exceptionId": "C23349083V873987",
  21.    "networkTransactionId": "*2-39485-3438-39578498-3",
  22.    "networkId": "3498754984",
  23.    "last4": "1234",
  24.    "originalProcessedDate": null,
  25.    "exceptionCode": "",
  26.    "exceptionDescription": ""
  27.  }
  28. }