---
title: "Update PayID Status"
method: PATCH
path: "/pay_ids/{id}/status"
tags: ["PayIDs"]
---

# Update PayID Status

`PATCH /pay_ids/{id}/status`

Update the status of the _PayID_.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `status` string

## Response `202`

Accepted

- DeregisterPayId
  - `id` string, uuid — Identifies the _PayID_.
  - `message` string
  - `links` object
    - `self` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/revisions/60b528b2e015/schema)
