v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Card types

Update a card type

Update the name or number prefix of an existing card type.

put/card-types/{card_type_id}

Path parameters

card_type_idstring required

The unique ID of the card type.

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Request body

Example request

{
  "card_type": {
    "card_type_id": "8bd48117006496e0b1788109b8",
    "text_id": "isic_card",
    "name": "Postman test type",
    "prefix": "092"
  }
}

Response

No Content