post https://api-sandbox.pismolabs.io/embossing/v1/triggers/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](refget-embossing-file-info 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.