---
title: "Update alias virtual account"
method: PUT
path: "/virtual-account/alias-update"
tags: ["VIRTUAL ACCOUNT"]
---

# Update alias virtual account

`PUT /virtual-account/alias-update`

Endpoint to update the alias associated with a customer ID.

## Headers

- `api-key` string
- `api-secret` string

## Request body

- VirtualAccountAliasUpdateDto
  - `customerId` string, required — Unique identifier of the customer
  - `alias` string, required — Alias between 6 and 20 characters. Only letters, numbers, dots, and hyphens are allowed.

## Response `200`

---

[API](https://skmtc.net/alfredpay/apis/alfred-penny-api-client-documentation.md) · [All operations](https://skmtc.net/alfredpay/apis/alfred-penny-api-client-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alfredpay/alfred-penny-api-client-documentation/versions/6fdfb13fd2b1/schema)
