Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: Credit Card Chargeback Reason Codes (Visa, Mastercard, Amex, Discover)
|
| 6 |
+
tags:
|
| 7 |
+
- finance
|
| 8 |
+
- payments
|
| 9 |
+
- ecommerce
|
| 10 |
+
- reference
|
| 11 |
+
- fraud
|
| 12 |
+
size_categories:
|
| 13 |
+
- n<1K
|
| 14 |
+
configs:
|
| 15 |
+
- config_name: default
|
| 16 |
+
data_files: chargeback-reason-codes.csv
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# Credit Card Chargeback Reason Codes (Visa, Mastercard, Amex, Discover)
|
| 20 |
+
|
| 21 |
+
A complete, plain-English reference for the active chargeback reason codes a merchant can receive across the four major card networks. Each code includes what it means, the response deadline, and the evidence that typically wins a dispute.
|
| 22 |
+
|
| 23 |
+
## What's in it
|
| 24 |
+
|
| 25 |
+
64 active reason codes, one row each, with these fields:
|
| 26 |
+
|
| 27 |
+
| Field | Meaning |
|
| 28 |
+
|---|---|
|
| 29 |
+
| `network` | Visa, Mastercard, American Express, or Discover |
|
| 30 |
+
| `code` | The reason code as it appears on the dispute |
|
| 31 |
+
| `title` | The network's name for the code |
|
| 32 |
+
| `plain_english_meaning` | What the code actually means for the merchant |
|
| 33 |
+
| `response_deadline` | How long the merchant has to respond |
|
| 34 |
+
| `key_evidence` | The evidence that typically supports a response |
|
| 35 |
+
| `winnability_label` | A rough read on how defensible the dispute usually is |
|
| 36 |
+
| `source` | Where the code definition was drawn from |
|
| 37 |
+
|
| 38 |
+
## What the data shows
|
| 39 |
+
|
| 40 |
+
The 64 active codes break down by network as: American Express 23, Visa 20, Mastercard 11, Discover 10. Retired codes are deliberately excluded, so nobody builds a response around a code that no longer exists.
|
| 41 |
+
|
| 42 |
+
## A note on accuracy
|
| 43 |
+
|
| 44 |
+
The card network makes the final decision on every dispute. This dataset is a reference for understanding and preparing a response, not a guarantee of outcome.
|
| 45 |
+
|
| 46 |
+
## License
|
| 47 |
+
|
| 48 |
+
Published under CC BY 4.0. Free to use, cite, or redistribute with attribution. Maintained by ChargebackKit (chargebackkit.app/reason-codes).
|