Credit Card Number (China UnionPay)

Prev Next

The China UnionPay credit card numbers begin with 62 or 60 and is a 16-19 digit long number.

Validator

Validator

Description

China Union Pay Card validator

The validator extracts only numbers and:

  • Validates the length of the string and must have 16-19-digits

  • Verifies if the number begins with 62



Matched expressions

Regex expressions

Description

Score

\b622\d{13,16}\b

Matches a 16-19-digit number of the format 622NNNNNNNNNNNNN beginning with 622 followed by a 13-16-digit number.

1

\b603601\d{10}\b

Matches a 16-digit number of the format 603601NNNNNNNNNN beginning with 603601 followed by a 10-digit number.

1

\b603265\d{10}\b

Matches a 16-digit number of the format 603265NNNNNNNNNN beginning with 603265 followed by a 10-digit number.

1

\b621977\d{10}\b

Matches a 16-digit number of the format 621977NNNNNNNNNN beginning with 621977 followed by a 10-digit number.

1

\b603708\d{10}\b

Matches a 16-digit number of the format 603708NNNNNNNNNN beginning with 603708 followed by a 10-digit number.

1

\b602969\d{10}\b

Matches a 16-digit number of the format 602969NNNNNNNNNN beginning with 602969 followed by a 10-digit number.

1

\b601428\d{10}\b

Matches a 16-digit number of the format 601428NNNNNNNNNN beginning with 601428 followed by a 10-digit number.

1

\b603367\d{10}\b

Matches a 16-digit number of the format 603367NNNNNNNNNN beginning with 603367 followed by a 10-digit number.

1

\b603694\d{10}\b

Matches a 16-digit number of the format 603694NNNNNNNNNN beginning with 603694 followed by a 10-digit number.

1



Ignored expressions

None