---
title: "Update Virtual Account Status"
method: PATCH
path: "/virtual_accounts/{id}/status"
tags: ["Virtual Accounts"]
---

# Update Virtual Account Status

`PATCH /virtual_accounts/{id}/status`

Update the status of a _Virtual Account_.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `status` 'closed'

## Response `202`

Accepted

- UpdateVaStatusResp
  - `id` string, uuid — Identifies the _Virtual Account_.
  - `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)
