v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Cards

Update a card

Update a specific customer card. Use this endpoint to change the card's validity period, state, or assigned customer.

put/cards/{card_id}

Path parameters

card_idstring required

The unique ID of the card.

Headers

Accept-Languagestring

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

Request body

Example request

{
  "card": {
    "card_id": "81eaeea13b8984a169c490a325",
    "customer_id": "8ea2591121e636086a4a9c0992",
    "card_type_id": "8bed991c68a470e7aaeffbf048",
    "card_number": "1000000000016",
    "secondary_card_number": "AXNFUAIOHFDSNKA",
    "valid_from": "2021-04-14 00:00:00",
    "valid_to": "2059-07-05 00:00:00",
    "last_change": "2019-07-15 17:26:34",
    "state": 1
  }
}

Response

No Content