// POST /v2/issuer/cases
{
"reason": "fraud",
"cardholder": {
"name": "Jane Smith",
"email": "jane@example.com",
"type": "individual"
},
"merchant": {
"name": "FoodHub",
"category_code": "5812"
},
"transaction": {
"arn": "48162855246353338636162",
"date": "2025-01-15T00:00:00.000Z",
"amount": 2990,
"currency": "USD",
"card": {
"network": "visa",
"type": "credit",
"last4": "4242",
"expiry_month": 12,
"expiry_year": 2028
}
},
"dispute": {
"date": "2025-02-01T00:00:00.000Z",
"amount": 2990,
"currency": "USD",
"raised_by": "cardholder"
},
"custom_fields": {
"internal_reference_id": "REF-12345",
"wallet_type": "mobile",
"customer_category": "platinum",
"card_program": "CardHub"
}
}