---
title: "Close Virtual Account"
method: POST
path: "/v1/accounts/{accountId}/virtual/{iban}/close"
tags: ["Virtual Accounts"]
---

# Close Virtual Account

`POST /v1/accounts/{accountId}/virtual/{iban}/close`

Closes the virtual account with the given IBAN

## Path parameters

- `accountId` number, required
- `iban` string, required

## Response `202`

The virtual account closure request was received successfully

## Other responses

- `404` — The accountId or IBAN is unknown

---

[API](https://skmtc.net/bcb/apis/payments-api.md) · [All operations](https://skmtc.net/bcb/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bcb/payments-api/revisions/7559660d5268/schema)
