Skip to content

Php-Ninja-Dev/stripe-invoice-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripe Invoice Exporter

Download all your Stripe PDF invoices in bulk.

Prerequisites

You need a working installation of PHP and of Composer.

Install

  1. Run composer install to install the Stripe SDK.
  2. Create a new restricted key with the Read right for Invoices resource type: Screenshot
  3. Copy the generated key.

Usage

STRIPE_KEY=rk_live_<...> ./download.php

The invoices will be downloaded in the invoices/ directory.

About

Download all your Stripe PDF invoices in bulk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%