v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBNoname
Start noname card bulk process
Start noname card bulk/batch process. Each card is identified with an external_id. This endpoint starts the process begun with Create noname card bulk. Pass the bulk ID returned from that endpoint here.
Each card created generates an event - Card created - with event data that includes the card ID, bulk ID, and external ID. You pass the card ID to the Associate noname card with customer endpoint. For more information on events and setting up event notifications, rerfer to the Data and reporting guide.
For more information on embossing, refer to the Physical card embossing guide.
For detailed information about embossing flows, refer to Embossing flows.
post/cards/v1/bulks/{bulkID}/start
Path parameters
bulkIDstring required
Bulk ID
Response
Bulk was started and will be processed asynchronously
Example response
{
"id": "3e8d9c51-64c7-420d-ae53-87e2b76cf45e",
"program_id": 8519,
"template_id": "EAFA693A-57B2-4029-97F3-D20D6F06D79B",
"embossing_custom_field": "Please make cards metal, not plastic",
"contactless_enabled": false,
"abu_enabled": false,
"metadata": {
"trackingID": 345660
},
"status": "CREATED",
"size": 2
}