Payments' Dispute Evidence

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.

Changes

Changed in 5 of the 28 revisions of this API.36

    • ○

      api tag Payments' Dispute Evidence added

      api-tag-added

    • ○

      api tag Payments removed

      api-tag-removed

  • aad0f133191e11See the full diff
    • ▲

      removed the required property from the response with the status

      response-required-property-removed

    • ○

      added the required property to the response with the status

      response-required-property-added

  • a0f029ba366f11See the full diff
    • ▲

      removed the required property from the response with the status

      response-required-property-removed

    • ○

      added the required property to the response with the status

      response-required-property-added

    • ▲

      removed the required property from the response with the status

      response-required-property-removed

    • ○

      added the required property to the response with the status

      response-required-property-added

    • ○

      endpoint added

      endpoint-added