Skip to main content
PUT
/
disputes
/
evidence
Disputes - Attach Evidence to Dispute
curl --request PUT \
  --url https://sandbox.hyperswitch.io/disputes/evidence \
  --header 'Content-Type: multipart/form-data' \
  --header 'api-key: <api-key>'
{
  "file_id": "<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.

Body

multipart/form-data

A multipart/form-data request with a file field containing the evidence file.

The body is of type string.

Response

Evidence attached to dispute

file_id
string
required

ID of the file created