Upload File

Use this endpoint to upload files for disputes.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Headers

User-AgentstringOptional
AcceptstringOptional

application/json

Request

This endpoint expects an object.
fileanyRequired
fileTypestringRequired

The type of file. Only dispute_evidence is supported.

Response

Indicates a successful file upload.
idstring
The ID token of the file.
createdAtdatetime
The timestamp indicating when the file was uploaded.
expiresAtdatetime
The timestamp indicating when the uploaded file expires.