Skip to main content

Perform Dispute Action

POST 

/entities/{entity-id}/disputes/{dispute-id}/{action}

Performs an action on a dispute.

Request

Path Parameters

    entity-id stringrequired

    Entity Id

    dispute-id stringrequired

    Dispute Id

    action AvailableActionsrequired

    Possible values: [ACCEPT, PARTIAL, REJECT]

    Action

Body

required

    acceptedAmount number
    currency Currency (string)

    Currency

    Possible values: >= 3 characters and <= 3 characters

    cardholderNoLongerDisputes boolean
    Default value: false
    notes string

    Possible values: <= 100 characters

    files Id (string)[]

    Possible values: >= 1

Responses

OK

Schema

    disputeEventId Id (string)

    Id

    result

    object

    required

    status BaseResultStatus (string)required

    Status of the request: success | error

    Possible values: [success, error]

    errors

    object

    If an error occurred on the request side, an error code is returned in this parameter.

    code stringrequired

    If an error occurred on the request side, an error code is returned in this parameter.

    Possible values: <= 11 characters

    Example: 7000.1000
    reason string

    If an error occurred on the request side, then an error reason is returned in this parameter.

    Possible values: <= 400 characters

    Example: Internal Processing Error
Loading...