latestOpenAPI 3.1.02026-08-20172441943.1 KB

8662e77bc1e2

Payments

Upsert Dispute Evidence

Create or update dispute evidence for a payment.

put/v1/payments/{payment_number}/dispute_evidence

Path parameters

payment_numberstring required

Request body

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. Stored as given and passed through to the dispute evidence package.

commentstring

Free-form note for support.

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.