Updates a case. Filed cases cannot be updated. Partial updates are supported - you only need to include the fields you want to update in the request body.
Use your API key as the username. No password is required.
Case data for creating a new case.
Details of the cardholder.
Dispute details for the case.
Details of the merchant.
The reason for the dispute.
canceled_or_returned, cash_not_received, credit_not_processed, duplicate_charge, fraud, incorrect_amount, invalid_authorization, other, product_counterfeit, product_not_as_described, product_not_received, subscription_canceled "fraud"
Details of the disputed transaction. Either arn or switch_serial_number is required.
Optional unique identifier for the case. If not provided, one will be generated automatically.
126"case_abc123"
Custom key-value pairs for storing additional data with your cases. See Custom Fields documentation for more details.
Issuer evidence for the dispute.
Your unique identifier for the card program the case belongs to.
126"550e8400-e29b-41d4-a716-446655440000"
Returns the updated case.
Details of the cardholder.
Unique identifier for the case.
"case_abc123"
The claim this case belongs to. Read-only. Cases are added to claims using the claims API.
"claim_abc123"
When the case was created. ISO 8601 format.
"2025-02-01T00:00:00.000Z"
Custom key-value pairs for storing additional data with your cases. See Custom Fields documentation for more details.
Dispute details for the case.
Issuer evidence for the dispute.
Details of the merchant.
Your unique identifier for the card program the case belongs to.
126"550e8400-e29b-41d4-a716-446655440000"
The reason for the dispute.
canceled_or_returned, cash_not_received, credit_not_processed, duplicate_charge, fraud, incorrect_amount, invalid_authorization, other, product_counterfeit, product_not_as_described, product_not_received, subscription_canceled "fraud"
The status of the case.
created, chargeback_filed, chargeback_represented, prearb_filed, prearb_rebutted, arbitration_filed, won, lost, accepted, rejected, expired, withdrawn, merchant_credited "created"
Details of the disputed transaction. Either arn or switch_serial_number is required.