GET
/
v2.01
/
{ClientId}
/
users
/
{UserId}
/
disputes

Path parameters

UserId
string
required

The unique identifier of the user.

Query parameters

BeforeDate
timestamp

The date before which the object was created (based on the object’s CreationDate parameter). You can filter on a specific time range by using both the AfterDate and BeforeDate query parameters.

AfterDate
timestamp

The date after which the object was created (based on the object’s CreationDate parameter). You can filter on a specific time range by using both the AfterDate and BeforeDate query parameters.

Status
string

Allowed values: CREATED, PENDING_CLIENT_ACTION, SUBMITTED, PENDING_BANK_ACTION, CLOSED, REOPENED_PENDING_CLIENT_ACTION

The status of the Dispute. You can filter on multiple values by separating them with a comma.

DisputeType
string

Allowed values: CONTESTABLE, NOT_CONTESTABLE, RETRIEVAL

The type of the Dispute. You can filter on multiple values by separating them with a comma.

Responses