v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Card types

Create a new card type

Create a new card type. Card types define the categories of cards that can be issued to customers, including the name and the prefix applied to card numbers of that type.

post/card-types

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

Created

Example response

{
  "data": {
    "card_type_id": "8bed991c68a470e7aaeffbf048"
  }
}