Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 940 Bytes

create-dispute-evidence-file-request.md

File metadata and controls

26 lines (18 loc) · 940 Bytes

Create Dispute Evidence File Request

Defines parameters for a CreateDisputeEvidenceFile request.

Structure

CreateDisputeEvidenceFileRequest

Fields

Name Type Tags Description Getter
IdempotencyKey String Unique ID. For more information,
see Idempotency.
String getIdempotencyKey()
EvidenceType String Optional Type of the dispute evidence. String getEvidenceType()
ContentType String Optional The MIME type of the uploaded file.
One of image/heic, image/heif, image/jpeg, application/pdf, image/png, image/tiff.
String getContentType()

Example (as JSON)

{
  "idempotency_key": "idempotency_key6",
  "evidence_type": "RECEIPT",
  "content_type": "content_type6"
}