v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBEmbossing 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
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
}