Skip to main content
Version: 202607

Get refund order

GET 

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

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

Request

Path Parameters

    id stringrequired

    Refund order ID

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    refund_order object

    Detailed information of the refund order

    idstring

    Refund ID

    store_idstring

    Store ID associated with the refund

    balance_currencystring

    Currency used for the balance

    transaction_order_idstring

    ID of the transaction order associated with the refund

    statusstring

    Refund status:

    • succeeded: Refund successfully processed
    • failed: Refund failed
    • processing: Refund is pending processing
    amountstring

    Refund amount

    currencystring

    Currency code of the refund (e.g., USD)

    original_order_amountstring

    Original order amount prior to the refund

    created_atstring

    Refund creation timestamp (ISO-8601 format)

    completed_atstring

    Timestamp indicating when the refund was completed (ISO-8601 format)