Coverage Explorer

Use the Coverage Explorer to view and compare Rutter’s coverage across all supported accounting, commerce, payments and ads platforms.

Loading coverage data...

Platform Caveats

  • QuickBooks
    • GET /locations - not supported by platform. Use GET /departments instead.
    • All bank feed endpoints - use Intuit Bank Feeds connections.
  • Xero
    • GET /departments, GET /locations, GET /classes - not supported by platform. Use custom fields instead.
    • GET /payment_terms - not supported by platform. Payment terms in Xero are defined per contact (customer/vendor), not available as standalone entities, and cannot be directly applied to individual transactions. Use due_date fields instead, or use expand=platform_data on GET /vendors or GET /customers to see any associated payment terms.
    • GET /bank_transfers/:id/attachments, POST /bank_transfers/:id/attachments - not supported by platform. Use GET,POST /bank_deposits/:id/attachments and GET,POST /expenses/:id/attachments instead, as bank transfers in Xero generate a bank deposit and an expense.
  • QuickBooks Desktop
    • No attachment endpoints are supported due to limitations in the QBD connector.