Disputes
Accept a Dispute
You can accept a Dispute to prevent a long (and potentially expensive) process. When you accept a Dispute, you concede that the Dispute is not worth challenging or representing.
Related guides: Accepting a Dispute
post/disputes/{dispute_id}/accept
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": "Accepting Dispute: Mistaken Charge"
}Response
A single Dispute
Example response
{
"transfer": "TRxxxxxxxxxxxxxxxxxx"
}Changes
Changed in 1 of the 9 revisions of this API.1
- ○
added the optional property
dispute_details/arnto the response with the202statusresponse-optional-property-added
- ○