Test Data

By default, VGS Collect SDKs include pre-built validations. To make your integration easier, we provide the list of test data below.

Test Credit and Debit Cards

Check the valid list of default Card Brands and their details:

Card Brand

Card Length

Test Cards

Visa

13, 16, 19

4111 1111 1111 1111 4000 6200 0000 0007 4571 0000 0000 0001 4607 0000 0000 0009 4242 4242 4242 4242

Visa Electron

16

4917 3008 0000 0000 4917 3000 0000 0008

Mastercard

16

2222 4000 6000 0007 2223 0000 4841 0010 5100 2900 2900 2909 5136 3333 3333 3335 5555 4444 3333 1111

American Express

15

3400 000999 00051 3434 343434 34343 3782 822463 10005 3714 496353 98431 3787 344936 71000 3700 000000 00002

Diners Club

14, 16, 17, 18, 19

3059 990002 6340 3852 000002 3237 3056 930902 5904 3600 666633 3344 3096 000032 340126 3056 930009 020004 3096 000032 340126000

Discover

16, 17, 18, 19

6011 1000 9990 0013 6011 1111 1111 1117 6011 0009 9013 9424 6011 6011 6011 6611 6445 6445 6445 6445 6445 6445 6445 6445 624

Hipercard

14, 15, 16, 17, 18, 19

6062 8267 8627 6634 6062 8288 8866 6688

JCB

16, 17, 18, 19

3569 9900 1009 5841 3530 1113 3330 0000 3566 0020 2036 0505 3569 9900 1003 0400

UnionPay

16, 17, 18, 19

6212 3456 7890 1265 6212 3456 7890 1232

Dankort

16

5019 5555 4444 5555 5019 7170 1010 3742 5019 3461 2641 5137

Forbrugsforeningen

16

6007 2200 0000 0004

Maestro

13, 14, 15, 16, 17, 18, 19

6759 6498 2643 8453 6759 1560 1980 8393 6761 0000 0000 0006 5611 1111 1111 1113 5711 1111 1111 1112

Elo

16

5066 9911 1111 1118 6362 9700 0045 7013

  • Default Checksum validation for all card brands(except UnionPay) is done with the Luhn Algorithm.

  • Default CVC/CVV length for AMEX is 4 digits, for all other card brands - 3 digits.

If you need more testing data, you can use online services that allow you to generate luhn-valid card numbers for testing purposes.

Test Card Expiration Date

Card Expiration Date can be any date in the future, but no more than 20 years from the current month.

By default, VGSCollect SDKs support card date in short(mm/yy) and long(mm/yyyy) formats, which depend on your configuration.

Card Expiration Date Test Data

mm/yy

mm/yyyy

01/25

01/2025

12/40

12/2040

Test Social Security Number(US)

There are a few limitations for valid Social Security Numbers in the US:

  • It should have 9 digits.

  • It should be divided into 3 parts by a hyphen (-).

  • The first part should have 3 digits and should not be 000, 666, or between 900 and 999.

  • The second part should have 2 digits, and it should be from 01 to 99.

  • The third part should have 4 digits, and it should be from 0001 to 9999.

Also, there are additional Invalid SSNs(e.g.: 123-45-6789 is an invalid SSN).

Test SSN Data

SSN

123-45-6788

222-22-2223

555-66-7777

Last updated