---
title: "Update card embossing address"
method: PATCH
path: "/embossing/v1/cards/{cardId}/address"
tags: ["Embossing"]
---

# Update card embossing address

`PATCH /embossing/v1/cards/{cardId}/address`

Updates the embossing address. Currently, the embossing process uses the address of the customer linked to the account. However, you can use this endpoint to send the embossed card to an address other than the mailing address. For example, a customer is traveling and loses their card. They request a duplicate and want it delivered to their hotel. With this endpoint, it is possible to have it sent to another address without changing their default mailing address.

You can call the [Create new address](https://developers.pismo.io/pismo-docs/reference/post-accounts-v1-accounts-accountid-addresses) endpoint to create an address object and get an address ID.

For more information about embossing, refer to the [Physical card embossing](https://developers.pismo.io/pismo-docs/docs/physical-card-embossing) guide. 

**Notes:** 

 * This endpoint requires an account token - an access token encoded with a Pismo account ID. 

 * This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.

## Path parameters

- `cardId` string, required

## Request body

- object
  - `address_id` string, required — Address object ID

## Response `200`

Ok address updated.

## Other responses

- `400` — Bad request
- `406` — Not acceptable

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
