Every month, the same scene plays out. You export a payout report from WooCommerce or Stripe, open QuickBooks Online, and stare at two numbers that should match. They don’t. Payouts arrive as net disbursements: gross sales minus fees, refunds, and adjustments. QuickBooks records transactions as they’re entered. Neither is wrong. They’re speaking different languages.
Most WooCommerce store owners fall into one of three camps. Reconcile manually every month and lose 4+ hours. Give up and run on increasingly unreliable books. Or automate the translation layer.
LedgerPort is the translation layer. The WordPress plugin connects your WooCommerce store to LedgerPort, which keeps QuickBooks Online in sync with every transaction, refund, and deposit. Automatically. Accurately.
Stop the Friday CSV export.
Orders sync the moment they happen. Refunds, edits, and cancellations follow automatically. Stores running this manually report 8 to 12 hours of bookkeeping recovered every month.
One account, many businesses.
Manage 5+ connected stores and QuickBooks files from one dashboard at the Growth tier. Built for agencies and operators running portfolios.
Payouts that match reality.
When Stripe deposits $4,287.32 on Tuesday, LedgerPort splits it into the exact orders and transaction fees that produced it. No more matching one deposit line against 47 orders manually.
Modern WooCommerce stack.
Built for stores running 100,000+ orders without degradation. The plugin declares high-performance order storage compatibility through WooCommerce’s standard mechanism, so HPOS-enabled stores work natively from the moment the plugin activates.
Store owners running WooCommerce who want bookkeeping automated. CPAs and bookkeepers managing client stores who need transaction-level data with an audit trail per client. Agencies running multiple client businesses on a unified dashboard with per-client pricing.
.htaccess and web.config deny rules dropped automatically..pot file included).LedgerPort has a free plan (30 orders/month, 1 business) and paid tiers starting at $29/mo. See the LedgerPort pricing page for the full matrix.
Connect WooCommerce to QuickBooks Online in under 5 minutes. The Free plan covers stores doing up to 30 orders per month. No credit card required.
QuickBooks and QuickBooks Online are trademarks of Intuit Inc. WooCommerce is a trademark of Automattic Inc. LedgerPort is not affiliated with or endorsed by Intuit or Automattic.
This plugin connects your WooCommerce store to the LedgerPort SaaS at https://api.ledgerport.com to sync orders, products, and customers to QuickBooks Online. It requires a free LedgerPort account.
Endpoints contacted:
https://api.ledgerport.com/v1/oauth/* — OAuth 2.0 PKCE handshake during initial setup.https://api.ledgerport.com/v1/connections/woocommerce — webhook registration and connection state.https://api.ledgerport.com/v1/events/incoming — receives WooCommerce webhook payloads (orders, refunds, products, customers, payouts).https://api.ledgerport.com/v1/sync/status — polled by the plugin admin UI to display sync health and recent activity.What is sent: WooCommerce order data, product data, customer data, and payout data. Sync is triggered by WooCommerce webhooks and on-demand REST API calls initiated by the LedgerPort server.
Service documents:
QuickBooks Online is connected via OAuth from the LedgerPort dashboard. QuickBooks data flows are governed by Intuit’s own Terms and Privacy Policy.
WooCommerce data transmitted by this plugin: orders, products, customers, and payouts.
Sync only starts after you complete OAuth setup, which includes an explicit consent screen for the WooCommerce REST API key and webhook creation. The plugin does not transmit any data before this consent is given.
Webhooks are signed with HMAC using a shared secret per connection. HTTPS is required for production sites. Local development environments can bypass the HTTPS check by defining LEDGERPORT_ALLOW_HTTP in wp-config.php.
Customers exercising GDPR or CCPA rights can be removed from LedgerPort by contacting support@ledgerport.com or via the LedgerPort dashboard’s data deletion tool. Erasure requests propagate to LedgerPort sub-processors per the DPA linked above.
Sub-processors per LedgerPort DPA Schedule 1: Google Cloud Platform, Stripe, Intuit, FreeScout, Lindris. All sub-processors are based in the United States.
Data retention is governed by the LedgerPort DPA linked above.
This plugin ships the full, unobfuscated TypeScript/React source for its admin UI alongside the compiled bundle. Source files live in the assets/ directory inside the plugin zip; the corresponding production bundle lives in build/.
Every file under build/assets/*.js (the per-page entries such as dashboard.js, mappings.js, logs.js, plus all chunk-*.js files) is generated by Vite from the TypeScript/React source in assets/. The source layout is:
assets/entries/*.tsxassets/app/assets/ui/assets/lib/assets/types/assets/styles/assets/images/assets/admin/bun install to install dependencies.bun run build to produce a fresh build/ directory from assets/.The build is driven by Vite. Configuration files shipped with the plugin: package.json, bun.lock, vite.config.ts, tsconfig.json, tailwind.config.ts, postcss.config.js, biome.json, components.json. No external CDNs or proprietary build tools are required.
The compiled bundles in build/assets/ are produced by Vite from assets/ plus the open-source libraries declared in package.json. The bundler inlines library code into the chunks; each library is listed below with its version, source repository, and license.
Runtime dependencies (bundled into build/):
Build tooling (devDependencies in package.json, not shipped inside build/):