(supports custom properties)
Property | Type | Constraints | Description |
---|---|---|---|
card_type |
String | The type of the payment card. | |
checksum_verification_enabled |
boolean | A flag indicating whether the card number is verified using the Luhn checksum algorithm. | |
description |
Localized<String> | The localized description of the payment card. | |
image |
String | The URL to the image that represents the payment card. | |
name |
Localized<String> | The localized name of the payment card. | |
number_lengths |
[String] | The sorted list of number lengths (individual lengths as well as length ranges). | |
number_prefixes |
[String] | The sorted list of number prefixes (individual prefixes as well as prefix ranges). | |
security_code_length |
Integer | The length of the security code for this card. |