Skip to main content

Get Order status link

POST 

/order/advancedSearch

Find a (lost) Order, its status, and status link based on PaymentMethod, payment search query, Order or Payment monetary value and date of Payment.

Note, when using the payment id see GET /order/search/{payment_id}.

Request

Body

Input data

    method string

    Possible values: [Creditcard, Sofort]

    The method of the Payment.

    search string

    The search query. The format depends on the chosen method. This usually is a (partial) account identifier.

    amount integer

    The Order or Payment monetary value in cents.

    date ISO 8601

    The date of the Payment.

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...