Xero Accounting Overview Integrate your application with Xero's accounting platform via the Xero API. This skill covers OAuth2 authentication, syncing core accounting objects (invoices, bills, expenses, contacts, bank transactions), and pulling financial reports (P&L, balance sheet, trial balance). Supports both one-time imports and continuous sync patterns. Instructions Step 1: Set up OAuth2 authentication Xero uses OAuth2 with PKCE. Register your app at developer.xero.com, then implement the token flow: Step 2: Create an API client Step 3: Sync invoices Step 4: Sync bank transactions Step 5…