Data handling
Privacy and data handling
How the current Stripe Accounting Import app handles uploaded Stripe CSVs, optional bank CSVs, browser storage, and generated exports.
Back to the converterUploaded files
Stripe CSV uploads and optional bank CSV uploads are processed in memory on the server for conversion and validation. The current app does not store uploaded files or generated exports in a database.
Contact submissions
Messages sent through the contact form are stored on the server as newline-delimited JSON so the operator can review and respond. Do not include raw Stripe exports, bank CSVs, secrets, or bank credentials in contact messages.
Browser storage
The Exact bank IBAN is stored in sessionStorage in your browser when entered. Client preset behavior in this project can use browser storage for local preferences, but no account system is required by the current converter.
Sensitive data guidance
Stripe and bank exports can contain sensitive financial data. Review files before upload, avoid sending raw CSVs through unrelated support channels, and remove data you do not need for conversion.
Operational limits
This page describes the current application behavior visible in this repository. Hosting logs, reverse proxies, analytics, or future product changes are deployment concerns and should be reviewed before paid traffic is launched.