Skip to content

Commit

Permalink
Merge pull request #98 from paytrail/update-test-cards
Browse files Browse the repository at this point in the history
Update test card details
  • Loading branch information
jfrojd-paytrail committed Oct 30, 2023
2 parents 283ac26 + d04674b commit 5754576
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/payment-method-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ The payment methods that can be tested without real money transactions have been
| Aktia | `aktia` | Username: `12345678`<br>Password: `123456`<br>Security code: `1234` |
| S-Pankki | `spankki` | Username: `12345678`<br>Password: `9999`<br>Security code: `1234` |
| Danske | `danske` | Danske test account login requires using real Danske credentials |
| Visa | `creditcard` | Card number: `4153013999700024`<br>Expiry date: `11/2023`<br>CVC: `024` |
| Mastercard | `creditcard` | Card number: `5353299308701770`<br>Expiry date: `11/2023`<br>CVC: `770` |
| American Express | `amex` | Card number: `373953192351004`<br>Expiry date: `12/2023`<br>CVC: `1004` |
| Visa | `creditcard` | See table below |
| Mastercard | `creditcard` | See table below |
| American Express | `amex` | Card number: `373953192351004`<br>Expiry date: `12/2026`<br>CVC: `1004` |
| Walley/Collector<br>Walley/Collector B2B | `collectorb2c`<br>`collectorb2b` | Social security number: `010380-000P` |
| Pivo | `pivo` | Testing is not possible |
| MobilePay | `mobilepay` | Testing is not possible |
Expand All @@ -30,19 +30,19 @@ The payment methods that can be tested without real money transactions have been
| PayPal | `paypal` | Testing is not possible |
| Maksu by Rahalaitos | `maksu-by-rahalaitos` | API key `p-2319906-a9958df16f566cf962`<br>Credit approved SSN: `080880-974N`<br>Credit declined SSN `030465-9364` |

## Test cards for tokenization
## Test cards for payments

| Tokenization | Payment | Card number | Expiry | CVC | Description |
| ------------ | ------- | ---------------------------------- | ------- | --- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| OK | OK | 4153&nbsp;0139&nbsp;9970&nbsp;0313 | 11/2023 | 313 | Successful 3D Secure. 3DS form password "secret". |
| OK | OK | 4153&nbsp;0139&nbsp;9970&nbsp;0321 | 11/2023 | 321 | Successful 3D Secure. 3DS form will be automatically completed. |
| OK | OK | 4153&nbsp;0139&nbsp;9970&nbsp;0339 | 11/2023 | 339 | 3D Secure attempt. 3DS will be automatically attempted. |
| (OK) | (OK) | 4153&nbsp;0139&nbsp;9970&nbsp;0347 | 11/2023 | 347 | 3D Secure fails. The "cardholder_authentication" response parameter will be "no". It is at discretion of the merchant to accept or reject unauthentication transactions. If the merchant decides to decline the payment, the transaction should be reverted. |
| OK | FAIL | 4153&nbsp;0139&nbsp;9970&nbsp;0354 | 11/2023 | 354 | Successful 3D Secure. 3DS form password "secret". Insufficient funds in the test bank account. |
| OK | OK | 4153&nbsp;0139&nbsp;9970&nbsp;1162 | 11/2023 | 162 | with 3DS, Soft decline when charging saved card using Customer Initiated Transaction (requires 3DS). 3DS form password "secret". |
| OK | OK | 4153&nbsp;0139&nbsp;9970&nbsp;1170 | 11/2023 | 170 | with 3DS, Soft decline when charging saved card using Customer Initiated Transaction (requires 3DS). 3DS form will be automatically completed. |
| OK | OK | 4153&nbsp;0139&nbsp;9970&nbsp;0024 | 11/2023 | 024 | Non-EU - "one leg out" card, not enrolled to 3DS. The "cardholder_authentication" response parameter will be "attempted". |
| OK | FAIL | 4153&nbsp;0139&nbsp;9970&nbsp;0156 | 11/2023 | 156 | Non-EU - "one leg out" card, not enrolled to 3DS. Insufficient funds in the test bank account. |
| OK | OK | 4153&nbsp;0139&nbsp;9970&nbsp;0313 | 11/2026 | 313 | Successful 3D Secure. 3DS form password "secret". |
| OK | OK | 4153&nbsp;0139&nbsp;9970&nbsp;0321 | 11/2026 | 321 | Successful 3D Secure. 3DS form will be automatically completed. |
| OK | OK | 4153&nbsp;0139&nbsp;9970&nbsp;0339 | 11/2026 | 339 | 3D Secure attempt. 3DS will be automatically attempted. |
| (OK) | (OK) | 4153&nbsp;0139&nbsp;9970&nbsp;0347 | 11/2026 | 347 | 3D Secure fails. The "cardholder_authentication" response parameter will be "no". It is at discretion of the merchant to accept or reject unauthentication transactions. If the merchant decides to decline the payment, the transaction should be reverted. |
| OK | FAIL | 4153&nbsp;0139&nbsp;9970&nbsp;0354 | 11/2026 | 354 | Successful 3D Secure. 3DS form password "secret". Insufficient funds in the test bank account. |
| OK | OK | 4153&nbsp;0139&nbsp;9970&nbsp;1162 | 11/2026 | 162 | with 3DS, Soft decline when charging saved card using Customer Initiated Transaction (requires 3DS). 3DS form password "secret". |
| OK | OK | 4153&nbsp;0139&nbsp;9970&nbsp;1170 | 11/2026 | 170 | with 3DS, Soft decline when charging saved card using Customer Initiated Transaction (requires 3DS). 3DS form will be automatically completed. |
| OK | OK | 4153&nbsp;0139&nbsp;9970&nbsp;0024 | 11/2026 | 024 | Non-EU - "one leg out" card, not enrolled to 3DS. The "cardholder_authentication" response parameter will be "attempted". |
| OK | FAIL | 4153&nbsp;0139&nbsp;9970&nbsp;0156 | 11/2026 | 156 | Non-EU - "one leg out" card, not enrolled to 3DS. Insufficient funds in the test bank account. |

## Provider limitations

Expand Down

0 comments on commit 5754576

Please sign in to comment.