Skip to main content
GET
/
disputes
/
evidence
/
{dispute_id}
Disputes - Retrieve Dispute Evidence
curl --request GET \
  --url https://sandbox.hyperswitch.io/disputes/evidence/{dispute_id} \
  --header 'api-key: <api-key>'
[
  {
    "file_metadata_response": {
      "file_id": "<string>",
      "file_size": 123,
      "file_type": "<string>",
      "available": true,
      "file_name": "<string>"
    }
  }
]

Authorizations

api-key
string
header
required

Use the API key created under your merchant account from the HyperSwitch dashboard. API key is used to authenticate API requests from your merchant server only. Don't expose this key on a website or embed it in a mobile application.

Path Parameters

dispute_id
string
required

The identifier for dispute

Response

The dispute evidence was retrieved successfully

evidence_type
enum<string>
required
Available options:
cancellation_policy,
customer_communication,
customer_signature,
receipt,
refund_policy,
service_documentation,
shipping_documentation,
invoice_showing_distinct_transactions,
recurring_transaction_agreement,
uncategorized_file
file_metadata_response
object
required