OpenAPI 3.0.22026-08-061303782.1 MB
67e4dc871bfc
Disputes
Submit Dispute Evidence
You can submit evidence to the issuing bank, confirming that the Merchant has completed submitting evidence and is ready to proceed with the Dispute.
Related guides: Responding to Disputes.
post/disputes/{dispute_id}/submit
Headers
Finix-Versionstring
Example:2022-02-01
Specify the API version of your request. For more details, see Versioning.
Content-Typestring
Example:application/json
The data type being sent in the request body must be application/json.
Request body
Example request
{
"note": "Partial rebuttal is due to double charging cardholder due to technical malfunction on point of sale, but we have attached receipt as proof that cardhoder received item.",
"refund": "TRxxxxxxxxx"
}Response
A single Dispute Evidence resource
Example response
{
"identity": "IDpYDM7J9n57q849o9E9yNrG",
"merchant": "MUucec6fHeaWo3VHYoSkUySM",
"content_type": "application/pdf",
"extension": "pdf",
"file_name": "evidence.pdf"
}