Articles on: Sprwt Supprt
How do I export my Stripe payments to a spreadsheet?
- Go to Stripe > Payments.
- Click Export CSV in the top-right corner.
- Your browser downloads payments.csv with the columns id, user, checkout, creationdate, amount, description, status for every payment on your connected account (the export is not limited by the current filters).
The export is passed through Sprwt's export guard: exports are recorded, and if you exceed the allowed export volume the download is refused with an "Export limit reached" page. In the current version you can't reach the Payments page at all until your Stripe account is connected — Sprwt redirects you to Stripe > Connect first — so there's no state where the Export CSV button is visible but produces an empty file.
Where to find it:
/admin/stripe/payments