-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: sort 3ds test cards by luhn and scenario (#497)
- Loading branch information
1 parent
af2bba4
commit 46730db
Showing
1 changed file
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
| Card Number | Card Brand | 3DS Scenario | Is Luhn Valid | | ||
|--------------------|------------ | ----------------------------------------------------------- | ------------- | | ||
| `4200000000000002` | VISA | Successful Frictionless Authentication | No | | ||
| `4200000000000003` | VISA | Authentication Attempted | No | | ||
| `4200000000000005` | VISA | Authentication Failed | No | | ||
| `4200000000000006` | VISA | Authentication Unavailable | No | | ||
| `4200000000000007` | VISA | Authentication Rejected | No | | ||
| `4200000000000004` | VISA | Successful Challenge Authentication | No | | ||
| `4200000000000014` | VISA | Successful Challenge Authentication - Method not Required | No | | ||
| `4200000000000015` | VISA | Successful Mandated Challenge Authentication | No | | ||
| `4200000000000016` | VISA | Successful Out-of-Band Challenge Authentication | No | | ||
| `4200000000000008` | VISA | Attempted Challenge Authentication | No | | ||
| `4200000000000009` | VISA | Failed Challenge Authentication | No | | ||
| `4200000000000017` | VISA | Failed Out of Band Challenge Authentication | No | | ||
| `4200000000000010` | VISA | Unavailable Challenge Authentication | No | | ||
| `4200000000000011` | VISA | Rejected Challenge Authentication | No | | ||
| `4200000000000012` | VISA | 3DS Directory Server Error | No | | ||
| `4200000000000013` | VISA | Internal 3DS Server Error | No | | ||
| `4264281511112228` | VISA | Authentication Failed | Yes | | ||
| `340000000004001` | AMEX | Successful Challenge Authentication | Yes | | ||
| `4000020000000000` | VISA | Successful Challenge Authentication | Yes | | ||
| `4111111111111111` | VISA | Authentication Attempted | Yes | | ||
| `5204247750001471` | MASTERCARD | Successful Frictionless Authentication | Yes | | ||
| `6011601160116011` | DISCOVER | Successful Frictionless Authentication | Yes | | ||
| `340000000004001` | AMEX | Successful Challenge Authentication | Yes | | ||
| `4000020000000000` | VISA | Successful Challenge Authentication | Yes | | ||
| `370000000000002` | AMEX | Successful Challenge Authentication | Yes | | ||
| `3566002020360505` | JCB | Successful Challenge Authentication | Yes | | ||
| `3566006663297692` | JCB | Successful Challenge Authentication | Yes | | ||
| `5424180011113336` | MASTERCARD | Authentication Attempted | Yes | | ||
| `5424180000000171` | MASTERCARD | Authentication Failed | Yes | | ||
| `5405001111111165` | MASTERCARD | Authentication Unavailable | Yes | | ||
| `5405001111111116` | MASTERCARD | Authentication Rejected | Yes | | ||
| `4005562231212123` | VISA | Successful Challenge Authentication - Method not Required | Yes | | ||
| `4761369980320253` | VISA | Successful Mandated Challenge Authentication | Yes | | ||
| `4000000000000341` | VISA | Successful Out-of-Band Challenge Authentication | Yes | | ||
| `5200000000001104` | MASTERCARD | Successful Mandated Challenge Authentication | Yes | | ||
| `4000000000000341` | VISA | Successful Out-of-Band Challenge Authentication | Yes | | ||
| `4005571701111111` | VISA | Attempted Challenge Authentication | Yes | | ||
| `4111111111111111` | VISA | Authentication Attempted | Yes | | ||
| `5424180011113336` | MASTERCARD | Authentication Attempted | Yes | | ||
| `4264281511112228` | VISA | Authentication Failed | Yes | | ||
| `5424180000000171` | MASTERCARD | Authentication Failed | Yes | | ||
| `5405001111111165` | MASTERCARD | Authentication Unavailable | Yes | | ||
| `5405001111111116` | MASTERCARD | Authentication Rejected | Yes | | ||
| `4055011111111111` | VISA | Failed Challenge Authentication | Yes | | ||
| `5427660064241339` | MASTERCARD | Failed Challenge Authentication | Yes | | ||
| `6011361011110004` | DISCOVER | Failed Out of Band Challenge Authentication | Yes | | ||
| `6011361000008888` | DISCOVER | Unavailable Challenge Authentication | Yes | | ||
| `6011361000001115` | DISCOVER | Rejected Challenge Authentication | Yes | | ||
| `4264281500003339` | VISA | 3DS Directory Server Error | Yes | | ||
| `4264281500001119` | VISA | Internal 3DS Server Error | Yes | | ||
| `5424180011110001` | MASTERCARD | 3DS Directory Server Error | Yes | | ||
| `4264281500001119` | VISA | Internal 3DS Server Error | Yes | | ||
| `4200000000000002` | VISA | Successful Frictionless Authentication | No | | ||
| `4200000000000004` | VISA | Successful Challenge Authentication | No | | ||
| `4200000000000014` | VISA | Successful Challenge Authentication - Method not Required | No | | ||
| `4200000000000015` | VISA | Successful Mandated Challenge Authentication | No | | ||
| `4200000000000016` | VISA | Successful Out-of-Band Challenge Authentication | No | | ||
| `4200000000000008` | VISA | Attempted Challenge Authentication | No | | ||
| `4200000000000003` | VISA | Authentication Attempted | No | | ||
| `4200000000000005` | VISA | Authentication Failed | No | | ||
| `4200000000000006` | VISA | Authentication Unavailable | No | | ||
| `4200000000000007` | VISA | Authentication Rejected | No | | ||
| `4200000000000009` | VISA | Failed Challenge Authentication | No | | ||
| `4200000000000017` | VISA | Failed Out of Band Challenge Authentication | No | | ||
| `4200000000000010` | VISA | Unavailable Challenge Authentication | No | | ||
| `4200000000000011` | VISA | Rejected Challenge Authentication | No | | ||
| `4200000000000012` | VISA | 3DS Directory Server Error | No | | ||
| `4200000000000013` | VISA | Internal 3DS Server Error | No | |