v1
latestOpenAPI 3.0.0Forter License2026-07-1333204516.7 KBDisputes
Evidence file upload
Upload a single file as dispute evidence.
post/v3/disputes/evidence/file
Headers
api-versionstring required
Example:10.1
Specify the version of the API to target.
x-forter-siteidstring required
Example:a1b2c3d4e5f6
Forter-assigned ID for your account. Note that your Site ID for your test site is different from your production site.
Authorizationstring required
Example:Basic <base64-encoded-api-key:>
Basic Authentiation in the form of a username and password. Use the API Key as the username and leave the password empty.
Request body
Example request
{
"evidenceType": "PROOF_OF_DELIVERY",
"filePath": "s3:/ /<forter-bucket>/<client-folder>/example-16451.pdf",
"orderId": "4306795",
"processorCaseNumber": "CB-4343343219",
"processorChargeId": "111111111"
}Response
Example disputeEvidenceFileResponse
Example response
{
"message": "EVIDENCE_UPLOADED",
"status": "SUCCESS"
}