post https://api.sandbox-v2.vault.ist/card-holder/cardholder/card//change-type
This endpoint allows users to change the type of their card from virtual to physical. When changing to a physical card, a delivery address must be provided.
Key Features:
- Switch from a virtual card to a physical card.
- Physical cards require a delivery address for delivery.
- Supports different card types:
VIRTUAL
andPHYSICAL
.
Requirements:
- The
cardId
must be provided as a path parameter. - The
cardType
field in the body must be set toVIRTUAL
orPHYSICAL
. IfPHYSICAL
is selected, adeliveryAddress
must also be provided.