Does this store my Stripe API keys?
No. We authenticate exclusively through Stripe OAuth.
Multi-Currency Adapter for Stripe isolates every balance and transaction by currency before it ever reaches your accounting stack.
API Preview
GET /v1/accounts/:id/balance/EURBalance per currency
GET /v1/accounts/:id/balance/allAll currencies at once
GET /v1/accounts/:id/currenciesList available currencies
Authorization: Bearer {token}Secure (recommended) or ?token=xxx (fallback)
?transactions=false&from=2024-01-01&to=2024-01-31Query parameters supported
Pricing
Start free, then scale as you plug in more accounts.
Free Tier
€0
Perfect for hobby users & testing.
Pro
€20/month
Perfect for small SaaS, indie developers, and serious e-commerce users.
Business & Accounting Firms
€99/month+ €1/account/month
Perfect for agencies, accountants, marketplaces, large e-commerce ops, and companies with many sub-entities.
FAQ
No. We authenticate exclusively through Stripe OAuth.
Yes. We comply with GDPR requirements including data minimization, encryption, user rights (access, deletion, portability), and have a comprehensive privacy policy. Data is stored securely and you can request deletion or export of your data at any time.
Yes. We provide standard REST API endpoints that work with any platform that supports external data feeds or custom API integrations.
No. We preserve the original currency and amount to avoid FX noise.
All data is encrypted in transit and at rest. Permissions are scoped to read-only balances and transactions.
Tokens are stored encrypted using Cloudflare KV with automatic rotation and revocation.