Endpoints
Update dispute evidence
Upload JSON data as dispute evidence to support your case
POST
/
disputes
/
update-evidence
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
stripe_dispute_id
string
requiredThe Stripe dispute ID to which the evidence data will be attached
evidence
object
requiredResponse
200 - application/json
message
string
A message indicating the success of the evidence data upload
dispute_id
string
The ID of the dispute associated with the uploaded evidence
stripe_dispute_id
string
The Stripe dispute ID associated with the uploaded evidence