cURL
curl --request POST \ --url https://api.withflex.com/v1/disputes/{dispute_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "dispute": { "evidence": {} } }'
{ "dispute": { "dispute_id": "<string>", "payment_intent_id": "<string>", "amount": 123, "created_at": "<string>", "reason": "<string>", "status": "lost", "evidence": {} } }
Update the evidence of a dispute.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object