Retrieve a case
Returns a case by ID.
Authorizations
Use your API key as the username. No password is required.
Path Parameters
Response
Returns the 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.
"2026-04-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"
Deprecated. Use dispute.reason instead.
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 deadline by which the case must be resolved. Read-only. ISO 8601 format.
"2026-07-01T00:00:00.000Z"
The status of the case.
created, chargeback_filed, chargeback_represented, prearb_received, prearb_filed, prearb_rebutted, arbitration_filed, won, lost, accepted, rejected, expired, withdrawn, merchant_credited "created"
Details of the disputed transaction. Either arn or network_details are required.