Skip to main content
POST
Close Virtual Account
Close a virtual account for the authenticated tenant.

Endpoint

Path Parameters

id
string
required
Virtual account ID.

Request Body

reason
string
Optional closure reason. It is forwarded to the internal service path, but it is not currently echoed back in the response body.

Response

Returns the updated virtual account object with status set to closed.

Example Request

Example Response

Error Responses

Important Notes

Treat account closure as irreversible in your integration. Do not assume the account can be reopened later.
The current reviewed response returns the updated account record. Fields like closure_reason and closed_at are not part of the current response contract.

Next Steps

Create New Account

Generate another account

List Accounts

Review existing accounts