Download all your Stripe PDF invoices in bulk.
You need a working installation of PHP and of Composer.
- Run
composer install
to install the Stripe SDK. - Create a new restricted key with the
Read
right forInvoices
resource type: - Copy the generated key.
STRIPE_KEY=rk_live_<...> ./download.php
The invoices will be downloaded in the invoices/
directory.