validateSecurityCode
fun validateSecurityCode(securityCode: String, cardBrand: CardBrand? = null): CardSecurityCodeValidationResult
Validate security code (CVV/CVC).
Return
Validation result.
Parameters
securityCode
Security code (CVV/CVC).
cardBrand
Optional card brand parameter to apply specific validation to given security code for a card brand.