MC AdapterBeta

A currency-aware connector purpose-built for Stripe

Multi-Currency Adapter for Stripe isolates every balance and transaction by currency before it ever reaches your accounting stack.

  • Filter balances by currency
  • Separate transactions per currency
  • Provide clean, structured accounting data
  • Secure via Stripe OAuth (no API keys stored)
  • Hosted on Cloudflare Workers — fast & GDPR-ready

API Preview

GET /v1/accounts/:id/balance/EUR

Balance per currency

GET /v1/accounts/:id/balance/all

All currencies at once

GET /v1/accounts/:id/currencies

List available currencies

Authorization: Bearer {token}

Secure (recommended) or ?token=xxx (fallback)

?transactions=false&from=2024-01-01&to=2024-01-31

Query parameters supported

Pricing

Simple plans for every finance stack

Start free, then scale as you plug in more accounts.

Free Tier

€0

Perfect for hobby users & testing.

  • 1 connected Stripe account
  • Unlimited currencies
  • 50 API calls / day
  • No logs

Pro

€20/month

Perfect for small SaaS, indie developers, and serious e-commerce users.

  • Up to 10 connected Stripe accounts
  • Unlimited currencies
  • 5,000 API calls / month (≈160/day)
  • Priority polling schedule (e.g., 1 min refresh)
  • Basic logs (7-day retention)

Business & Accounting Firms

€99/month+ €1/account/month

Perfect for agencies, accountants, marketplaces, large e-commerce ops, and companies with many sub-entities.

  • 10 accounts included
  • Add more accounts (metered billing)
  • Unlimited currencies
  • 50,000 API calls / month
  • Audit logs (90 days)
  • SSO (Google Workspace or email domain-based)
  • Dedicated Slack support
  • Team access (multi-user)

FAQ

Answers for your security and finance teams

Does this store my Stripe API keys?

No. We authenticate exclusively through Stripe OAuth.

Is it GDPR compliant?

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.

Does it work with my accounting platform?

Yes. We provide standard REST API endpoints that work with any platform that supports external data feeds or custom API integrations.

Does this convert currencies?

No. We preserve the original currency and amount to avoid FX noise.

Is this secure?

All data is encrypted in transit and at rest. Permissions are scoped to read-only balances and transactions.

How are tokens stored?

Tokens are stored encrypted using Cloudflare KV with automatic rotation and revocation.