This repo helps to find and delete non-paying custoemrs from Stripe:
- yarn
npm install
- Add
.env
file at the root - Add
STRIPE_API_KEY
environment variable with the value of Stripe API secret key
- run
yarn find
- A
output.csv
file should be created in the root folder with the customers list
- run
yarn delete