Search & list DisputesCopy Pageget https://api.staging.payrails.io/dispute/disputesFetch a list of Disputes.Query Paramsfilter[id]stringFilter for a list of disputes by ID.filter[providerId]stringFilter for a list of disputes by provider ID.filter[providerConfigId]stringFilter for a list of disputes by provider config ID.filter[providerReference]stringFilter for a list of disputes by provider reference.filter[paymentId]stringFilter for a list of disputes by payment ID.filter[paymentProviderReference]stringFilter for a list of disputes by payment provider reference.filter[holderReference]stringFilter for a list of disputes by holder reference.filter[stage]stringFilter for a list of disputes by stage.filter[defenseStatus]stringFilter for a list of disputes by defense status.filter[chargebackStatus]stringFilter for a list of disputes by chargeback status.filter[assignedToUserEmail]stringFilter for a list of disputes by assigned to user email.filter[defensePeriodExpiresAt]date-timeFilter for a list of disputes by defense period expiration date.filter[reason]stringFilter for a list of disputes by reason.filter[reasonCode]stringFilter for a list of disputes by reason code.filter[merchantReference]stringFilter for a list of disputes by merchant reference.filter[containsall][tags]stringFilter disputes by attached tag slugs. Accepts a comma-separated list of tag slugs (e.g. fraud,bin_list). Only disputes that have all of the specified tags attached are returned.includeSummarybooleanDefaults to falseBoolean indicating if the disputes summary should be included in the response.truefalseincludePaymentbooleanDefaults to falseBoolean indicating if the disputes payment should be included in the response.truefalseincludeInstrumentbooleanDefaults to falseBoolean indicating if the disputes instrument should be included in the response.truefalseincludeRepresentmentPlanStatusbooleanDefaults to falseBoolean indicating if the representment plan status should be included in the response.truefalseincludeUserEmailbooleanDefaults to falseBoolean indicating if the assigned user email and username should be included in the response.truefalseResponses 200Success. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 404Not Found. 429Too Many Requests.Updated 3 days ago