v1

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

Get card embossing history

Retrieve a card's embossing history information.

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.

get/embossing/v1/cards/{cardId}/history

Path parameters

cardIdstring required

Pismo card ID

Response

Embossing history response

card_idinteger

ID of card to create relationship for

program_idnumber

Pismo program ID.

address_idinteger

Pismo address object ID

customer_idinteger

Pismo customer ID.

account_idinteger

Account ID

file_namestring

Embossing file name

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.

embosserstring

Embosser company name

embosser_trigger_origin'MANUAL_SQS_TRIGGER' | 'AUTOMATIC_SCHEDULING' | 'API'

Embossing trigger source

embosser_trigger_type'PASSWORD' | 'ONDEMAND'

Trigger for embossing

sequential_numberinteger

Embossing file sequential number

generation_datestring date-time

Generation date. RFC 3339 value.

embossing_timestring date-time

Embossing time in UTC time

Example response

[
  {
    "card_id": 6060842,
    "program_id": 5446,
    "address_id": 45789,
    "customer_id": 6345789,
    "account_id": 8675309,
    "file_name": "file.pgp",
    "embossing_group": "myembossinggroup",
    "embosser": "Idemia",
    "embossing_trigger_origin": "MANUAL_SQS_TRIGGER",
    "embossing_trigger_type": "PASSWORD",
    "sequential_number": 18,
    "generation_date": "2023-02-09T15:29:04.000Z",
    "embossing_time": "2023-02-09T15:29:02.000Z"
  }
]