Skip to content

Xero Developer Ecosystem — March 2026 Update

Generated: 2026-03-06 Method: Waterfall research Sources: Xero Developer Portal, AccountingToday, Apideck, CPA Practice Advisor, ecommerce news


Key Changes Since February 2026

1. New Commercial Pricing Model (Live March 2, 2026)

The biggest ecosystem shift in years. Xero moved from revenue share (XASS) to tiered platform fees based on connections + data egress.

Pricing Tiers (AUD)

Tier Monthly Fee Connections Egress/Mo Daily Limit/Org Overage
Starter $0 5 Unlimited 1,000 calls N/A
Core $19 50 10 GB 5,000 calls $1.50/GB
Plus $119 1,000 50 GB 5,000 calls $1.50/GB
Advanced $895 10,000 250 GB 5,000 calls $1.50/GB
Enterprise Custom Unlimited Custom 5,000 calls Custom

Exemptions

  • Bespoke integrations for accountants/bookkeepers
  • Custom connections
  • Financial services applications
  • Data conversion apps (import to Xero)
  • Franchise apps

OYN Cost Modeling

OYN Scale Tier Monthly Fee Est. Egress Within Limit?
5 beta orgs Starter $0 ~100 MB
50 orgs Core $19 (~£12) ~1 GB
500 orgs Plus $119 (~£75) ~10 GB
1,000 orgs Plus $119 (~£75) ~20 GB
5,000 orgs Advanced $895 (~£565) ~100 GB
10,000 orgs Enterprise Custom ~200 GB Negotiate

Impact: The new model is significantly cheaper for OYN than the old 15% revenue share. At 500 customers doing £29/mo = £14,500 MRR. Old model: 15% = £2,175/mo. New model: £75/mo. 29x cheaper.

2. XASS Retirement (Deadline: June 30, 2026)

Xero App Store Subscriptions (XASS), where Xero handled billing for app partners, is being discontinued. Partners must:

  1. Move customers to their own billing system
  2. Re-acquire payment details from existing customers
  3. Complete migration by June 30, 2026

Impact on competitors: This is a significant operational burden for established apps (Fathom, joiin, Float etc.) who relied on XASS billing. They need to: - Build/integrate billing infrastructure - Re-collect payment methods from thousands of customers - Risk churn during the transition

Impact on OYN: None — we build our own billing from day one. This is a clear advantage for new entrants.

3. Annual Recertification (Completed Feb 28, 2026)

Xero requires annual recertification with "significant changes" to the process in 2026: - Focus on integration quality and security - Streamlined process based on partner feedback - Deadline was February 28, 2026

OYN timing: We won't need recertification until after our initial certification. No immediate impact.

4. Developer Terms Update (Effective March 2, 2026)

Critical update to Xero Developer Platform Terms:

Prohibition: Using data obtained through Xero's APIs to train, fine-tune, adapt, or enhance any AI models, including machine learning tools, large language models, or predictive analytics tools.

OYN compliance analysis: - ✅ We use inference-only architecture (LLM interprets data at runtime) - ✅ Customer data is processed but never used for model training - ✅ Financial artefacts are auto-deleted in customer environments - ✅ We use Vertex AI Enterprise which contractually guarantees no training on customer data - Risk: If we ever wanted to fine-tune a model on Xero financial data patterns, this is now prohibited. Stick to prompt engineering + RAG approaches.

5. Xero AI Toolkit (New Developer Resource)

Xero released a developer AI toolkit with three components:

MCP Server (Open Source)

  • Model Context Protocol server acts as bridge between LLMs and Xero data
  • Standardizes tool-use for AI agents
  • Handles auth and API call formatting
  • Tested with: Claude Desktop, Cursor
  • Compatible with any MCP client supporting local/STDIO servers

Agentic SDK

  • SDK + examples for building AI agents against Xero API
  • Works with multiple agentic frameworks
  • Leverages MCP server underneath

Prompt Library

  • Pre-written prompts for common Xero financial queries
  • Code samples to accelerate development

OYN Opportunity: - Could adopt MCP server to simplify our Xero data pipeline - Could position OYN as compatible with the official Xero AI development approach - Marketing angle: "Built with Xero's recommended AI toolkit"

6. Growth Partner Programme (Invite-Only)

Xero's invite-only programme for high-potential apps: - Vinyl (AI notetaker) selected for 2026 — first practice-specific app - Signals Xero's interest in advisory-focused tools - OYN should target Growth Partner status after App Store certification

7. Developer Community Engagement

  • Weekly office hours expanded to two global sessions
  • DevDays at Xerocon London + Denver in 2026
  • Deep dives on ecosystem strategy and roadmaps
  • Direct feedback opportunities with Xero engineering

OYN Action: Attend Xerocon London 2026. Get face time with the ecosystem team. Push for Growth Partner consideration.


Ecosystem Sentiment

Developer Concerns

  • Some developers critical of new pricing, calling it a barrier to innovation
  • Quote: "This would have completely killed our ambition to integrate" — Jacques Malan, Xama Technologies
  • Smaller developers with low-revenue apps may not justify platform fees
  • XASS retirement forcing billing infrastructure investment

Positive Signals

  • Flat pricing more predictable than revenue share
  • New entrants start clean (no XASS migration burden)
  • Xero investing in AI developer tools (MCP, SDK)
  • "Vibe coding" / no-code tools making app creation more accessible — potential surge in niche apps

Strategic Implications for OYN

Advantages

  1. New pricing model is cheaper for OYN's lightweight API usage pattern
  2. No XASS migration burden — building billing from scratch is now an advantage
  3. AI training ban is a competitive moat for our inference-only architecture
  4. MCP toolkit could simplify and legitimize our Xero integration
  5. Developer sentiment souring means fewer new entrants competing for attention

Risks

  1. Xero expanding native AI (Syft + JAX) could narrow the opportunity window
  2. 5,000 calls/day/org limit could constrain future features that need deeper data pulls
  3. Enterprise pricing unknown — negotiate early if growth exceeds 10K connections
  1. Register on new pricing model at Starter tier (already done)
  2. Budget for Core tier ($19 AUD/mo) at beta launch
  3. Evaluate Xero MCP server for data pipeline simplification
  4. Attend Xerocon London 2026 for ecosystem relationship building
  5. Build billing infrastructure from day one (Stripe Billing recommended)
  6. Target Growth Partner Programme application after certification

Research cost: Free tier (Gemini grounding), no per-call cost.