Skip to main content

Get Order status link

GET 

/order/search/:payment_id

Find a (lost) Order, its status, and its status link, based on the payment id.

Note, this only works on payment id, not with additional information. (See POST /order/advancedSearch)

Request

Path Parameters

    payment_id stringrequired

    The transaction id that the payment service provider provides on its transaction statement.

Responses

Order found.

Schema

    order_id uuid

    The guid of the Order.

    status string

    The status of the Order.

    download_link string

    The link to the Order status page.

Loading...