securityCode
Parameters
securityCode
Security code (CVV) requirements
Example:
val card = CardModel(
bin = 411111,
length = LengthModel(min = 16, max = 16),
validation = "standard",
securityCode = SecurityCodeModel(
mode = "mandatory",
length = 3
)
)
Content copied to clipboard