---
title: "Confirm order"
method: PUT
path: "/orders/{orderReferenceId}"
tags: ["Booking API"]
---

# Confirm order

`PUT /orders/{orderReferenceId}`

## Path parameters

- `orderReferenceId` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `payment_confirmation_token` string — The unique token that must be used to confirm the order

## Response `200`

Successful operation.

- object
  - `success` boolean — Indicates whether the request was successful (`True`) or not (`False`).
  - `order_reference_id` number — The payment confirmation token echoed back from the order creation step.

## Other responses

- `400` — Bad Request -- Check your request parameters (typo in parameter or invalid value).
- `401` — Unauthorized -- Your API key is incorrect.
- `403` — Forbidden -- The endpoint or parameters are not allowed for the matching API key.
- `404` — Not Found -- Requested resource/endpoint could not be found.
- `405` — Method Not Allowed -- Check your request method.
- `429` — Too Many Requests -- We currently apply a fair-use policy, but we might enforce limits in the future.
- `500` — Internal Server Error -- We had a problem with our server. Try again later.
- `503` — Service Unavailable -- We're temporarily offline for maintenance. Please try again later.

---

[API](https://skmtc.net/tiqets/apis/tiqets-distributor-api.md) · [All operations](https://skmtc.net/tiqets/apis/tiqets-distributor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiqets/tiqets-distributor-api/versions/eaf9cf96606a/schema)
