Submit Evidence

Overview

The submitEvidence method uploads supporting documentation to contest a chargeback dispute.

Business Use Case: A customer disputed a charge claiming they never received their order. You have delivery confirmation and submit this evidence.

Request Fields

Field
Type
Required
Description

disputeId

string

Yes

The connector's dispute ID

evidenceType

string

Yes

delivery_proof, customer_communication, receipt, etc.

files

array

Yes

URLs to evidence files

description

string

No

Description of evidence

Response Fields

Field
Type
Description

disputeId

string

Connector's dispute ID

evidenceSubmitted

boolean

Success status

status

DisputeStatus

Updated dispute status

statusCode

number

HTTP status code

Example

SDK Setup

Request

Response

Evidence Types

Type
Use When

delivery_proof

Physical goods delivered

customer_communication

Customer confirmed receipt

receipt

Proof of purchase

cancellation_policy

Customer agreed to terms

Next Steps

  • defend - Submit formal defense after evidence

  • get - Check dispute status

Last updated

Was this helpful?