mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-19 19:06:12 +00:00
Payment functionality - International Tests
This commit is contained in:
parent
02484cee00
commit
aace268267
@ -308,12 +308,23 @@ then launch Burp with : java -jar burpsuite_free_v*.jar &
|
|||||||
|
|
||||||
From https://stripe.com/docs/testing#cards : "Use any of the following test card numbers, a valid expiration date in the future, and any random CVC number, to create a successful payment. Each test card's billing country is set to U.S. "
|
From https://stripe.com/docs/testing#cards : "Use any of the following test card numbers, a valid expiration date in the future, and any random CVC number, to create a successful payment. Each test card's billing country is set to U.S. "
|
||||||
e.g :
|
e.g :
|
||||||
|
|
||||||
| NUMBER | BRAND |
|
Test card numbers and tokens
|
||||||
| :------------- | :------------- |
|
| NUMBER | BRAND | TOKEN |
|
||||||
| 4242424242424242 | Visa |
|
| :------------- | :------------- | :------------- |
|
||||||
| 4000056655665556 | Visa (debit) |
|
| 4242424242424242 | Visa | tok_visa |
|
||||||
| 5555555555554444 | Mastercard |
|
| 4000056655665556 | Visa (debit) | tok_visa_debit |
|
||||||
|
| 5555555555554444 | Mastercard | tok_mastercard |
|
||||||
|
|
||||||
|
International test card numbers and tokens
|
||||||
|
| NUMBER | TOKEN | COUNTRY | BRAND |
|
||||||
|
| :------------- | :------------- | :------------- | :------------- |
|
||||||
|
| 4000000400000008 | tok_at | Austria (AT) | Visa |
|
||||||
|
| 4000000560000004 | tok_be | Belgium (BE) | Visa |
|
||||||
|
| 4000002080000001 | tok_dk | Denmark (DK) | Visa |
|
||||||
|
| 4000002460000001 | tok_fi | Finland (FI) | Visa |
|
||||||
|
| 4000002500000003 | tok_fr | France (FR) | Visa |
|
||||||
|
|
||||||
|
|
||||||
## Thanks to
|
## Thanks to
|
||||||
* http://blog.it-securityguard.com/bugbounty-yahoo-phpinfo-php-disclosure-2/
|
* http://blog.it-securityguard.com/bugbounty-yahoo-phpinfo-php-disclosure-2/
|
||||||
|
Loading…
Reference in New Issue
Block a user