v1

latestOpenAPI 3.1.0Payrails GmbH2026-07-2614905.7 MB
Disputes

List Dispute Alert Enrollments

List the pre-chargeback dispute alert enrollments visible in your workspace.

get/dispute/disputes/alert-enrollments

Query parameters

filter[id]string

Filter for a list of enrollments by ID.

filter[workspaceId]string

Filter for a list of enrollments by workspace ID.

filter[providerId]string

Filter for a list of enrollments by provider ID.

filter[providerConfigId]string

Filter for a list of enrollments by provider config ID.

filter[program]string

Filter for a list of enrollments by network program (Ethoca, CDRN, RDR, SAFE).

filter[createdAt]string

Filter for a list of enrollments by creation date. Accepts ISO 8601 date-time values or range expressions.

includeDescriptorsboolean

When true, each enrollment includes its descriptorDetails.

Response

Success.

Example response

{
  "results": [
    {
      "descriptorDetails": [
        {
          "type": "Ethoca"
        }
      ]
    }
  ]
}