> For the complete documentation index, see [llms.txt](https://magicpay.gitbook.io/magicpay-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magicpay.gitbook.io/magicpay-documentation/pos/change-pos-status.md).

# Change POS Status

## 10.8 Change POS Status

**Request**

| Method | URL                                                        |
| ------ | ---------------------------------------------------------- |
| PUT    | /merchant/v1/merchant-poses/{pos\_id}/status/{new\_status} |

Copy

```
New Status can be only'REFUND_ONLY', 'ACTIVE', 'AUTOPILOT', 'PASSIVE'
```

**Response**

| Status | Response |
| ------ | -------- |
| 200    | null     |
| 403    |          |
| 400    |          |
| 401    |          |
| 401    |          |
| 500    |          |

[<br>](https://hilals-organization.gitbook.io/magicpay-documentation/10.-pos/10.7-create-commission-by-id)
