Webhook Sample: card.dispute.updated

Webhook sample for when a card transaction dispute status is updated
Webhooks
Webhook Sample: card.dispute.updated
 last updated: 
November 30, 2023
  1. {
  2.  "eventType": "card.dispute.updated",
  3.  "programId": "prg-cb1f51f9-f2a4-4e94-8a8f-93b5f683857e",
  4.  "env": "qa",
  5.  "data": {
  6.    "id": "txn-f0decf91-9888-4eec-9e37-c625c2aa808d",
  7.    "txnType": "debit",
  8.    "title": "CVS PHARMACY",
  9.    "amount": "-1.00",
  10.    "transferType": "card",
  11.    "subType": "auth",
  12.    "description": "Spent virtual at CVS PHARMACY",
  13.    "balance": "1145.70",
  14.    "status": "settled",
  15.    "accountId": "acc-bf089b11-bda0-4719-893e-5cf8c2f881ac",
  16.    "businessId": "",
  17.    "programId": "prg-cb1f51f9-f2a4-4e94-8a8f-93b5f683857e",
  18.    "personId": "per-e79d447f-c4fd-46e3-9b20-9cf707faa05d",
  19.    "familyId": "",
  20.    "parentTransferId": "",
  21.    "parentTxnId": "",
  22.    "reviewCode": "",
  23.    "reviewMessage": "",
  24.    "intrabank": null,
  25.    "ach": null,
  26.    "card": {
  27.      "id": "crd-a3b5688b-9ebe-4366-9e51-bd8b97675aa2",
  28.      "transferId": "tra-30bd1084-99c1-4154-b847-729aac14b01f",
  29.      "label": "virtual",
  30.      "merchant": {
  31.        "merchantName": "CVS PHARMACY",
  32.        "merchantCity": "SAN JOSE",
  33.        "merchantState": "CA",
  34.        "merchantCountry": "USA",
  35.        "postalCode": "",
  36.        "merchantCategory": "Bakeries",
  37.        "merchantCategoryCode": "5462",
  38.        "merchantId": "CRD ACCEPTOR ID"
  39.      },
  40.      "authMethod": "other",
  41.      "wallet": "",
  42.      "authId": "",
  43.      "localTransactionAmount": "1.00",
  44.      "localTransactionCurrency": "USD",
  45.      "currencyConversionRate": "1.000000000",
  46.      "rewardAmount": "",
  47.      "isCaptured": true,
  48.      "capturedAt": "2023-05-23T07:38:41Z",
  49.      "disputeStatus": "initiated"
  50.    },
  51.    "domesticWire": null,
  52.    "internationalWire": null,
  53.    "digitalCheck": null,
  54.    "physicalCheck": null,
  55.    "debitCard": null,
  56.    "solidCard": null,
  57.    "crossBorder": null,
  58.    "buy": null,
  59.    "sell": null,
  60.    "enrichedData": {
  61.      "merchant": {
  62.        "name": "CVS",
  63.        "email": "",
  64.        "phone": "",
  65.        "website": "cvs.com",
  66.        "logo": "https://v1.spadeapi.com/logos/verified/cvs.png?size=large",
  67.        "address": {
  68.          "addressType": "",
  69.          "line1": "",
  70.          "line2": "",
  71.          "city": "San Jose",
  72.          "state": "CA",
  73.          "country": "US",
  74.          "postalCode": ""
  75.        },
  76.        "location": {
  77.          "latitude": "",
  78.          "longitude": ""
  79.        }
  80.      },
  81.      "chartOfAccounts": [],
  82.      "labels": [
  83.        "Retail",
  84.        "Pharmacies"
  85.      ]
  86.    },
  87.    "createdAt": "2023-05-23T07:37:48Z",
  88.    "modifiedAt": "2023-05-23T07:38:55Z",
  89.    "txnDate": "2023-05-23T07:37:48Z",
  90.    "metadata": null,
  91.    "fallbackTransferId": "",
  92.    "fallbackTxnId": ""
  93.  }
  94. }