Walk through the basics of running batch processing with the Stripe API while observing API limits
- NodeJS 10+
- Stripe CLI
- Create a stripe account
- Stripe API Keys
- Configure your keys
Copy the example .env
file and update those values with your Stripe API keys.
cp .env.example .env