# Reissue order token

Endpoint: POST /order/token/reissue
Version: 1.0.0
Security: InfiniHmac

## Header parameters:

  - `Date` (string)
    GMT server time (e.g. Tue, 21 Jan 2025 12:00:00 GMT). Required for every request.

  - `Authorization` (string)
    HMAC-SHA256 `Signature` header. See the [Authentication](/docs/en/4-authorization) guide.

  - `Digest` (string)
    SHA-256 digest of the request body (when a body is present).

## Request fields (application/json):

  - `order_id` (string, required)
    order_id

## Response 200 fields (application/json):

  - `order_id` (string)
    Order id

  - `checkout_url` (string)
    Checkout url

  - `token` (string)
    Token

