---
title: "Get nominal card embossing info"
method: GET
path: "/embossing/v1/cards/{cardId}"
tags: ["Embossing data"]
---

# Get nominal card embossing info

`GET /embossing/v1/cards/{cardId}`

Get nominal card embossing information.<br>

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

**Notes:** 
  * This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.
  * This endpoint requires an account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a **401 Unauthorized** error message.

## Path parameters

- `cardId` string, required

## Response `200`

Nominal card embossing information response object

- GetNominalCardEmbossingInfoResponse — Get nominal card embossing info response object
  - `org_id` string — Organization ID
  - `program_id` number — Pismo program ID.
  - `customer_id` integer — Pismo customer ID.
  - `account_id` integer — Account ID
  - `card_id` integer — ID of card to create relationship for
  - `filename` string — File name
  - `created_datetime` string — File created date/time. RFC 3339 value.
  - `updated_datetime` string — File updated date/time. RFC 3339 value.
  - `embossing_group` string — Embossing group name. Clients can work with multi-embossers. You can use this field to notify an embosser about a card request. If this parameter is not passed, and you work with multi-embossers, the default embosser is used. For more information, refer to the [Physical card embossing](https://developers.pismo.io/pismo-docs/docs/physical-card-embossing) guide.
  - `address_id` integer — Address object ID

## Other responses

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

---

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