> For the complete documentation index, see [llms.txt](https://book.just.money/jmguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.just.money/jmguide/justmoney-pay/api-documentation/get-order-status.md).

# Get Order Status

This validates if the transaction is confirmed on the blockchain and also if the amount and hash matches the records.

**Endpoint:** [**https://api-pay.just.money/v1/checkout/getStatusByHash/:hash**](https://api-pay.just.money/v1/checkout/getStatusByHash/:hash)

**Request Type:&#x20;**<mark style="color:blue;">**GET**</mark>

### **Returns:**

```javascript
{"status": "DONE"} // if confirmed
{"status": "NOT_FOUND"} // if not found
{"status": "UNKNOWN"} // if unknown
```
