v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBNoname
Create noname card bulk
Create up to 1000 noname cards per bulk/batch process. After calling this endpoint, call Start noname card bulk process to begin the bulk/batch card creation and embossing process.
Noname cards are batch-generated and not initially associated with customers, which occurs later. Noname cards work well for special use cases like gift cards or in countries or scenarios where a password or chip might be required but not necessarily a printed card name.
One card is created for each external_id entered.
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
Request body
Example request
{
"external_ids": [
"8675309",
"586038",
"585603"
],
"program_id": 1010,
"template_id": "EAFA693A-57B2-4029-97F3-D20D6F06D79B",
"abu_enabled": true,
"embossing_custom_field": "Tracking ID = 5859930",
"embossing_group": "EM1-embosser",
"metadata": "{ \"key\": \"value\"}",
"mode_type": "COMBO",
"validity_period_hours": 240
}Response
Bulk created successfully
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
}