POCardUpdateRequest

constructor(cardId: String, cvc: String? = null, preferredScheme: String? = null)

Parameters

cardId

Unique identifier of the tokenized card.

cvc

Card Verification Code. Pass null to keep existing value.

preferredScheme

Preferred scheme defined by the Customer. This gets priority when processing the Transaction. If you wish to update this back to empty, you can use the value none. Pass null to keep existing value.