jonaswitt / stripe-datev-exporter

Exports Stripe invoices and payments in DATEV format for bookkeeping
MIT License
15 stars 11 forks source link
datev stripe

Stripe DATEV Exporter

Requirements

Environment

Consider using Python's virtualenv or alternatives. To setup virtualenv initially:

virtualenv -p python3 venv

To activate in your current shell:

. venv/bin/activate

Then install dependencies:

pip install -r requirements.txt

Notes

Run the fill_account_numbers command before download. This assigns the accountNumber metadata to each customer, this will be the account number for all booking records related to this customer. You can assign the accountNumber metadata using a different approach, if you like, but every customer (which has any transactions) needs this metadata.