v1

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

Start card embossing

Starts card embossing for a specific embossing configuration. Within that configuration, you can emboss cards for a specific program or card(s).

  • If only config_id is passed in the request, then all cards in all programs are added to the embossing file.
  • If config_id and program ID(s) are passed in the request, then all cards in those programs are added to the embossing file.
  • If config_id and card ID(s) are passed in the request, then only those cards are added to the embossing file.

You can call the List embossing files endpoint to get embossing configuration IDs.

The file generation is asynchronous and not in real-time for any option described above.

Only available in the EXT environment. For more information, refer to Embossing flows.

Note: This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.

post/embossing/v1/triggers/embossing

Request body

config_idstring uuid required

Embosser configuration/group ID.

You can call Get nominal card embossing info to get a card's embossing group.

You can also call Get org embosser info to get an embossing group's configuration ID.

programsinteger[]

Program ID array

cardsinteger[]

Card ID array

Example request

{
  "config_id": "acde070d-8c4c-4f0d-9d8a-162843c10333"
}

Response

Embossing trigger as Accepted