Create an invoice in Xero with OAuth 2.0 multi-tenant handling

domain: developer.xero.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Complete the Xero OAuth 2.0 authorization code flow; after token exchange, call GET https://api.xero.com/connections to retrieve the list of connected tenants and their tenantId values.
  2. Store the tenantId for each authorized organization; all subsequent API calls require the Xero-Tenant-Id header set to the target tenantId.
  3. POST to https://api.xero.com/api.xro/2.0/Invoices with Content-Type: application/json, the Xero-Tenant-Id header, and a body containing Type (ACCREC for receivable), Contact with ContactID, LineItems array, and DueDate.
  4. Each LineItem must include at least a Description and LineAmount, and optionally AccountCode, TaxType, and Quantity/UnitAmount.
  5. The response returns the created invoice object including InvoiceID and Status; store InvoiceID for future operations.
  6. To approve a DRAFT invoice, issue a POST update with Status set to AUTHORISED.

Known gotchas

Related routes

Create and manage Xero Repeating Invoices via the Accounting API
developer.xero.com · 5 steps · unrated
Authenticate to Xero with OAuth 2.0, handle multi-tenant token storage, and refresh access tokens
developer.xero.com · 6 steps · unrated
Create an Invoice in Xero Accounting API with line item details and tax handling
developer.xero.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans