|
|
|
Open Source Aggregator API for Accounting Software – Feedback Wanted
|
|
3 points
by mathan_karthik
336 days ago
|
|
I’m planning to build an open source Python package that acts as an aggregator API for major accounting software (like QuickBooks, Xero, Zoho Books, FreshBooks, etc). The goal is to provide a unified interface to create and update invoices, bills, customers, vendors, and credit notes across different platforms. The idea is to simplify integrations for developers who need to work with multiple accounting systems, handling authentication, data mapping, and API differences under the hood. Would this be helpful to you? Any suggestions, feature requests, or reasons why this might not be useful? Should I go ahead and build it, or is there something similar out there already? All feedback appreciated! |
|
Quick question: how do you plan to deal with country-specific tax logic or weird edge cases (like German invoice sequencing or Singapore GST)?
Also, curious about auth: do you see most founders struggling with OAuth for all these platforms, or do you have plans for unified auth/session handling?
For us, data mapping and keeping invoice/customer objects in sync across platforms is always messy. Would love to hear how you’re thinking about this, especially re: long-term maintenance.