---
title: "Update a liquidation address"
method: PUT
path: "/liquidation-addresses/{customerId}/{liquidationAddressId}"
tags: ["INDIVIDUAL LIQUIDATION ADDRESS"]
---

# Update a liquidation address

`PUT /liquidation-addresses/{customerId}/{liquidationAddressId}`

Updates a liquidation address for a specific customer.

## Path parameters

- `customerId` string, required
- `liquidationAddressId` string, required

## Headers

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

## Request body

- UpdateLiquidationAddressDto
  - `default` boolean — Set as default address for this customer

## Response `200`

Liquidation address updated successfully

## Other responses

- `400` — Invalid input data
- `404` — Liquidation address not found

---

[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/revisions/6fdfb13fd2b1/schema)
