# Order Status

## Order Status Explanation <a href="#id-1155" id="id-1155"></a>

**1. Pending:** The order is pending on a payment, waiting for the buyer to pay.\
**2. Locked:** To prevent duplicate purchases, orders are locked once a buyer places an order. If the buyer does not pay within 1 minute, the order will be unlocked within the following 2–3 minutes.\
**3. Paid:** The order has been paid for, awaiting the matching transaction.\
**4. Expired:** The payment has timed out.\
**5. Matching:** The buyer has paid, and the matching transaction has been sent, awaiting block confirmation.\
**6. Verifying:** After 2–3 block confirmations of the matching transaction, the transaction’s success is verified.\
**7. Matched:** The matching transaction verification is successful.\
**8. Sending:** The asset transfer transaction has been sent, awaiting block confirmation.\
**9. Finished:** The asset transfer was successful.\
**10. Refunding:** The order is abnormal, refund in progress.\
**11. Refunded:** The refund has been processed.\
**12. Cancelled:** The order has been cancelled.\
**13. Invalid:** The order is invalid.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openstamp.io/product-design/order-status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
