If you happen to be using Xero for your company accounts and Stripe for your transactions, you will probably have discovered that reconciling the bank records against the transactions in Stripe is not the easiest thing to. It means exporting from Stripe and messing around in Excel before importing into Xero.
This was way too much hassle for me, so I have thrown together a NodeJS script to do the boring work for me and I have made it available on Github:
https://github.com/danspam/stripe-xero
Instructions are in the readme and there is a little bit of manual work each time you run it to change the ‘since’ date but that is good enough for me. If anyone out there has the time and inclination to improve upon it and make it even more automatic, then I am very happy to take pull requests.
Enjoy!