Skip to main content

show

GET 

/v1/orders/:id

show

Request

Path Parameters

    id stringrequired
    Example: :id

Responses

returns an order
Schema
    id string
    merchantobject
    id string
    acquirer_id string
    name string
    arabic_name string
    merchant_id string
    rule_precedence string
    currency string
    amount integer
    captured_amount integer
    refunded_amount integer
    voided_amount integer
    description string
    created_at string
    updated_at string
    sourceobject
    type string
    issuer nullable
    card_type nullable
    category nullable
    country_alpha2 nullable
    scheme string
    first_digits string
    last_digits string
    month integer
    year integer
    reauthorized_order_id nullable
    airlineobject
    reference string
    sub_merchantobject
    id string
    registered_name string
    trading_name string
    email string
    agreement nullable
    transactions undefined[]
Loading...