> ## Documentation Index
> Fetch the complete documentation index at: https://docs.komerza.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deliver Order

> Forces delivery of an existing order as if purchased normally.
No action is taken if the order is already delivered.
Requires the `stores.orders.deliver` permission.

<Warning>
  **This does not verify that you were paid.** It runs the full delivery flow as
  though payment had arrived: stock is consumed, license keys leave your
  inventory, the receipt email is sent, `order.completed` fires and Discord roles
  are granted.

  Confirm the payment first. For custom payment methods, use [Approve Custom
  Payment](/api-reference/endpoint/orders/approve-custom-payment) instead, which
  is the reviewed path.

  Manually delivered orders can only ever be refunded to **customer balance**,
  never back to the gateway.
</Warning>


## API Specification

The full API specification for this endpoint is available in the [documentation index](https://docs.komerza.com/llms.txt).
