Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dunglas/stripe-invoice-exporter

Download all your Stripe PDF invoices in bulk.
https://github.com/dunglas/stripe-invoice-exporter

invoice stripe stripe-api stripe-checkout stripe-payments

Last synced: 22 days ago
JSON representation

Download all your Stripe PDF invoices in bulk.

Awesome Lists containing this project

README

        

# Stripe Invoice Exporter

Download all your Stripe PDF invoices in bulk.

# Prerequisites

You need a working installation of [PHP](https://php.net) and of [Composer](https://getcomposer.org/).

## 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](docs/restricted-key.png)
3. Copy the generated key.

## Usage

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

The invoices will be downloaded in the `invoices/` directory.