update

abstract suspend fun update(cardId: String, request: CardUpdateRequest): Card

The endpoint enables updating a card’s state like status and PIN.

Return

A newly created Card object.

Parameters

cardId

Card identifier.

request

A CardUpdateRequest The fields submitted in this object will update the existing values for the corresponding card.