Credit Card validation: can Card Name contain non-ASCII characters?

后端 未结 5 1920
[愿得一人]
[愿得一人] 2020-12-14 16:32

Can the Card Name (i.e. the cardholder name, not the card type) contain non-ASCII characters? Example: \"JOSÉ GONZÁLEZ\".

5条回答
  •  感情败类
    2020-12-14 16:40

    Chip cards (aka smart Cards, EMV cards) contain and can return a plethora of different values including "Cardholder Name" (tag 5F20) and "Cardholder Name Extended" (tag 9F0B). EMV Co. says that both of these tags should follow ISO 7813 but I've already seen one card (an "NH Card" from Korea Air) in which tag 5F20 contained lowercase characters. Pandora's box has been opened!

提交回复
热议问题