Skip to main content
Returns the full details and current status of a specific order. Use this endpoint to poll for order completion after creating an order — poll until status is COMPLETED before attempting to retrieve codes.

Endpoint

GET /v2/orders/{orderId}

Path Parameters

Example Request

Polling Pattern

Orders are processed asynchronously. Implement a polling loop with a delay between requests — we recommend polling every 3–5 seconds. Do not poll more frequently than once per second.

Response — 200 OK (Pending)

Response — 200 OK (Completed)

Response Fields

Error Responses