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.

New description for card design code BLK.

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

circle-info

Learn more about the change card design descriptionarrow-up-right 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:

chevron-rightResponsehashtag

Result

The description for card design code BLK has been changed.

Last updated

Was this helpful?