---
title: "Manually Mark Order as Paid"
method: POST
path: "/api/v1/admin/orders/{id}/mark-paid"
tags: ["Orders"]
---

# Manually Mark Order as Paid

`POST /api/v1/admin/orders/{id}/mark-paid`

## Path parameters

- `id` string, required

## Response `200`

Marked successfully

- object — Marked successfully
  - `success` boolean, required
  - `data` object, required
    - `licenseId` string
    - `deliveredTo` string
    - `deduped` boolean

## Other responses

- `404` — Order not found
- `409` — Order status not allowed

---

[API](https://skmtc.dev/newapi/apis/qn-platform-api.md) · [All operations](https://skmtc.dev/newapi/apis/qn-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/newapi/qn-platform-api/revisions/d61f11e363ff/schema)
