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

# Update noname card embossing group

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

Update the embossing group for noname cards.<br>

Noname cards are batch-generated and not initially associated with customers, which occurs later.

As a card issuer, you can set up your own embossing configuration in the Pismo platform, which can have multiple embossing groups. Each embossing group can have its own configured schedule and embosser. Assigning a card to a different embossing group effectively changes its schedule and embosser.

Contact your Pismo representative to set up your embossing configuration and process. For more information on 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
  - `embossing_group` string — Embossing group name. If not passed, the default embossing group is used.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict

---

[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)
