latestOpenAPI 3.1.02026-08-20172441943.1 KB

8662e77bc1e2

Payments

Upload Dispute Evidence File

Upload an evidence file for a payment.

post/v1/payments/{payment_number}/dispute_evidence/files

Path parameters

payment_numberstring required

Request body

file_namestring required

Original file name, kept as part of the stored object name.

file_typestring

MIME type of the file, e.g. application/pdf.

file_base64_contentstring required

Base64-encoded file content.

Response

Successful Response

idstring required

The ID of the dispute evidence record.

payment_numberstring required

The payment number the evidence belongs to.

purchase_usedboolean

Whether the purchased goods were consumed.

used_atinteger

Unix timestamp when the purchased goods were consumed.

usage_idstring

Partner-side identifier of the event where the goods were consumed, e.g. a match, session or quest id.

file_idsstring[]

IDs of the uploaded evidence files.

commentstring

Free-form note for support.

modified_atinteger

Unix timestamp when the evidence was last modified.