v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Embossing data

Get nominal card embossing info

Get nominal card embossing information.<br>

For more information on embossing, refer to the 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.
get/embossing/v1/cards/{cardId}

Path parameters

cardIdstring required

Pismo card ID

Response

Nominal card embossing information response object

org_idstring

Organization ID

program_idnumber

Pismo program ID.

customer_idinteger

Pismo customer ID.

account_idinteger

Account ID

card_idinteger

ID of card to create relationship for

filenamestring

File name

created_datetimestring

File created date/time. RFC 3339 value.

updated_datetimestring

File updated date/time. RFC 3339 value.

embossing_groupstring

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 guide.

address_idinteger

Address object ID

Example response

{
  "org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
  "program_id": 1010,
  "customer_id": 5648988,
  "account_id": 6912345,
  "card_id": 6743052,
  "filename": "embossing_filename.pgp",
  "created_datetime": "2022-05-31T17:45:23Z",
  "updated_datetime": "2022-06-03T08:32:46Z",
  "embossing_group": "EM1-embosser",
  "address_id": 12345678
}