Change card design description

Here, you will learn how to change a card design description in Tuum.

Use case

In this example, we will demonstrate how to update card design description using the following data.

Use case data
API parameters with values

Change description for card design code BLK.

...card-designs/BLK/description

New description for card design code BLK.

"description": "Black debit card"

Sample API call

To change a card design description, use the following endpoint:

https://card-api.sandbox.tuumplatform.com/api/v1/card-designs/{cardDesignCode}/description

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

Sample request

The sample request body is as follows:

{
  "description": "Black debit card"
}

Sample response

Below you will find the response to the API request:

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

Result

The description for card design code BLK has been changed.

Last updated

Was this helpful?