Defend a DisputeCopy Pagepost https://api.staging.payrails.io/dispute/disputes/{disputeId}/defendSubmit evidence to contest a dispute. Use this to send your defense materials directly to the payment provider.Path ParamsdisputeIduuidrequiredIdentifier of the resource in Payrails.Body ParamsproviderReasonCodestringrequiredProvider-specific reason code for the defense.provenancestringenumrequiredProvenance of the dispute evidence.MerchantPayrailsUnknownAllowed:MerchantPayrailsUnknownfiles[]array of objectsrequiredList of files supporting the dispute defense.files[]*ADD objectproviderEvidenceTypeCodesarray of stringsrequiredList of type codes for each file entry on files parameter.providerEvidenceTypeCodes*ADD stringHeadersx-idempotency-keyuuidrequiredIdempotency key to be used. Sending again the same key would return the same result without re-executing the update.Responses 200Defense submitted and dispute updated. 400Bad Request. 401Unauthorized. 403Forbidden. 404Not Found. 429Too Many Requests. 500Internal Server Error.Updated 29 days ago