Skip to main content
Version: 202607

Get dispute

GET 

/openapi/2026-07/shoplazza-payment/disputes/:id

Returns the details of a single dispute identified by its unique ID.

Request

Path Parameters

    id stringrequired

    Dispute order ID

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    dispute_order object

    Detailed information of the dispute order

    idstring

    Dispute ID

    transaction_order_idstring

    Transaction order ID related to the dispute

    original_order_idstring

    Original order ID related to the transaction

    store_idstring

    Store ID

    currencystring

    Currency code of the dispute amount

    created_atstring

    Creation time of the dispute in ISO 8601 format

    updated_atstring

    Last updated time of the dispute in ISO 8601 format

    expiration_timestring

    Expiration time for responding to the dispute

    dispute_reasonstring

    Reason provided for the dispute

    original_order_amountstring

    Total amount of the original order

    dispute_amountstring

    Amount of the dispute

    statusstring

    Current status of the dispute. Possible values: won, lost, under_review, etc

    feestring

    Fees associated with the dispute

    fee_currencystring

    Currency of the associated fee