Upload File

Use this endpoint to upload files for disputes.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <username:password>.

Headers

User-AgentstringRequired
AcceptstringOptional

application/json

Request

This endpoint expects an object.
fileanyRequired
The file you want to upload.
fileTypestringRequired

The type of file. Only dispute_evidence is supported.

Response

Indicates a successful file upload.
idstring or null
The ID token of the file.
createdAtstring or nullformat: "date-time"
The timestamp indicating when the file was uploaded.
expiresAtstring or nullformat: "date-time"
The timestamp indicating when the uploaded file expires.