Integrations

Connect the tools your finance team already relies on

Remitloom integrates natively with leading accounting platforms, bank data providers, payroll systems, and payment processors. No middleware required.

30+

Integrations

OAuth

Authorization

REST

API access

Accounting platforms

QuickBooks Online

Accounting

Xero

Accounting

NetSuite

ERP

Sage Intacct

Accounting

FreshBooks

Accounting

Wave

Accounting

Zoho Books

Accounting

QuickBooks Desktop

Accounting

Bank data and open banking

Plaid

Bank feed

MX

Bank feed

Chase

Direct

Bank of America

Direct

Wells Fargo

Direct

Silicon Valley Bank

Direct

Mercury

Direct

Brex

Direct

Payment processors

Stripe

Payments

PayPal

Payments

Square

Payments

Adyen

Payments

Braintree

Payments

Checkout.com

Payments

Shopify Payments

Payments

Amazon Pay

Payments

Payroll and HR

Gusto

Payroll

ADP

Payroll

Rippling

Payroll

Paychex

Payroll

REST API

Build your own integration

The Remitloom REST API gives you full programmatic access to reconciliation runs, match results, exception queues, and close packages. Integrate with your internal ERP, close management tool, or BI dashboard.

  • Trigger on-demand reconciliation runs
  • Push GL entries back to your accounting platform
  • Webhook callbacks when exceptions are flagged
  • Pull audit-ready workpapers programmatically
# Get open exceptions for an account
GET /v1/accounts/acct_01HXYZ/exceptions
     ?status=open&period=2025-07

# Response
{
  "total": 3,
  "exceptions": [
    {
      "id": "exc_001",
      "type": "missing_gl_entry",
      "amount": 7500.00,
      "bank_desc": "ACH transfer",
      "suggested_action": "create_entry"
    }
  ]
}
Connect today

Don't see your tool? We'll add it.

Contact us with an integration request. We prioritize new connectors based on customer demand and typically turn them around within 30 days.