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

    Object describing the error in case such occurred during processing of the request.

    code stringrequired

    Code of the error in case such occurred during processing of the request.

    Possible values: <= 11 characters

    reason string

    Description of the error in case such occurred during processing of the request.

    Possible values: <= 400 characters

Loading...