Create card design

A design ID is the value agreed with the card manufacturer and this information is provided with the request sent to the processor when ordering a physical plastic card.

You must define at least one product design to be able to create a card product.

Use case

Here we will create a card design with sample values.

Use case data
API parameters with values

Design code (This must be a unique value)

"designCode": "01"

Description

"description": "Sample card design"

Sample API call

To create the card design, use the following endpoint:

https://card-api.sandbox.tuumplatform.com/api/v1/cards/design

Learn more about the create card design endpoint in the Tuum developer portal.

Sample request

The sample request body is as follows:

{
  "designCode": "01",
  "description": "Sample card design"
}

Sample response

Below you will find the response to the sample request:

Reponse
{
  "errors": null,
  "validationErrors": null,
  "data": null
}

Result

We have created a card design which we can assign to card products.

Last updated

Was this helpful?