reissue

open suspend fun reissue(cardToken: String, params: CardReissueParams = CardReissueParams.none(), requestOptions: RequestOptions = RequestOptions.none()): Card

Initiate print and shipment of a duplicate physical card (e.g. card is physically damaged). The PAN, expiry, and CVC2 will remain the same and the original card can continue to be used until the new card is activated. Only applies to cards of type PHYSICAL. A card can be reissued or renewed a total of 8 times.


abstract suspend fun reissue(params: CardReissueParams, requestOptions: RequestOptions = RequestOptions.none()): Card
open suspend fun reissue(cardToken: String, requestOptions: RequestOptions): Card

See also