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

后端 未结 5 1922
[愿得一人]
[愿得一人] 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:47

    The credit card processors I've used in the past only allowed ASCII in the cardholder name, but you should check with your credit card processor to see what their requirements/restrictions are.

提交回复
热议问题