Upload evidence for a dispute

Allows uploading a single evidence file for a specific dispute.

Use these evidences to provide proof for claims when challenging a dispute.

caution

Limitations:

  • Maximum 100 uploaded files are allowed per dispute.
  • Maximum file size: 10MB.
  • Allowed file types: PDF, PNG, JPEG.
note

This endpoint is only available in Production environment.

Request

Path Parameters
Path Parameters

The ID of the Dispute object.

Header Parameters
Header Parameters

Example: "Bearer sk_1234567890ABCdefGHIjklMNOpqrSTUvwxYZ_1234567890-Ab_cdeFGHijkLMNopq"

This parameter accepts the Merchant API Secret key to authorise requests coming from the merchant's backend.

It ensures that ensures that each request is authenticated and authorised by verifying the secret key. The secret key should be included in all request headers as a Bearer token.

info

For more information, see: Authentication

Possible values: [2023-09-01, 2024-05-01, 2024-09-01]
Example: "2024-09-01"

The version of the Merchant API, specified in YYYY-MM-DD format.

If not specified, you will receive an error.

info

For more information about API versioning, see: API versions.

The content type sent in the request.

Request body
Body object

The single evidence file to upload.

The client must ensure this part has its own Content-Type header specifying the media type of the file (e.g., application/pdf, image/png, image/jpeg).

Must be one of the allowed types: PDF, PNG, JPEG.

Response

Evidence uploaded successfully

Response body
Body object

Example: "ad2ca3d0-67e9-4cea-b455-e39dd319113d"

The ID of the uploaded evidence.

Was this page helpful?