Stripe Card Generator
Basics
To use the Stripe Card Generator you will need to add some values into your config file:
STRIPE_API_KEY - This is your stripe API key which can be found on the issuing portal
STRIPE_CARDHOLDER_ID - This is your cardholder ID which can also be found on the issuing portal
Running
Once these values have been entered you will be able to generate unlimited card with Stripe and they will be outputted to a CSV file for you.
Last updated