If you are working with Stripe and like me, I never remember the test credit card numbers. I always have to look them up. Look no more.
This extension will assign a credit card number to your clipboard and automatically paste to your front most application (not Alfred). That means if you are testing you place your cursor at your input field, press a key command and get a random successful or failure Stripe number.
You can also get exactly the number you would like by invoking Alfred rather than the hotkeys so if you want to test CVC failure you can, Discover Card, you can, etc.
Both will copy the number to your clipboard and automatically paste to your front most window. So just highlight your form field and press one of the hotkeys below.
Option + Command + S
Option + Command + Control + S
If you want to get a specific card type's number you can invoke the Alfred search box and type one of the following commands. Each one will give you one of two random valid credit card numbers for that card type, copy it to your clipboard and try to paste into your front most application.
stripe visa
stripe mastercard
stripe american express
stripe discover
stripe diner's club
stripe jcb
stripe
If you want to test specific error responses, you can do that to. Same process as above, will copy to clipboard as well as attempt to paste to front most app.
stripe address zip
stripe address
stripe zip
stripe cvc check
stripe charge
stripe declined
stripe cvc
stripe expired
stripe processing
stripe fail
- Fixed search.php example
- Added autocomplete feature for commands
- Initial Release