latestOpenAPI 3.1.02026-08-10390815.4 KB

e5f3dccae7ca

Orders

Orders details

This endpoint returns basic information for orders filtered according to the input.

post/orders/details

Headers

X-Affiliate-Idinteger required

Include here your Affiliate identifier number

Request body

OR
OR
OR
OR
OR
OR

Example request

{
  "currency": "EUR"
}

Response

Successful response.

request_idstring

Uniquely identifies the request. Please provide this identifier when contacting support.

Example response

{
  "data": [
    {
      "booker": {
        "language": "en-us"
      },
      "currency": "EUR",
      "loyalty_reward": [
        {
          "currency": "EUR"
        }
      ],
      "payment": {
        "accommodations": {
          "authorisation_form": "https://secure-admin.booking.com/airplus_auth_form_pdf.html?token=AAAA&lang=en-us",
          "receipt_url": "https://secure.booking.com/payment_receipt.html?bn=0000000000&pincode=0000&lang=en"
        }
      }
    }
  ]
}