> ## Documentation Index
> Fetch the complete documentation index at: https://docs.arcuserp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connector Dashboard

> The Integrations dashboard is the control room for external services. Use it to review connector mode, connection health, masked credentials, setup guides, sync logs, and safe reconnect or disconnect actions before relying on a workflow in production.

## Open Integrations

Open **Integrations** from the main app navigation when you need to connect
services for payments, tax, shipping, printing, marketplaces, phone, or sync activity.

<Frame caption={"The dashboard separates connector groups and gives admins a quick read on connected, sandbox, production, and error states."}>
  <img src="https://mintcdn.com/arcuserp/MrJkb10V6EpIZu0o/images/support/screenshots/integrations/integrations-overview.png?fit=max&auto=format&n=MrJkb10V6EpIZu0o&q=85&s=9dddb11287996c248b5515589f1baacb" alt="Integrations dashboard with connected, sandbox, production, and error counters plus service connector cards" width="1660" height="980" data-path="images/support/screenshots/integrations/integrations-overview.png" />
</Frame>

## Read The Summary Cards

* **Connected**: active merchant-visible connectors in this entity.
* **Sandbox**: active connectors using sandbox or test-mode credentials.
* **Production**: active connectors using production or live-mode credentials.
* **Errors**: active connectors with recent sync or health issues.

<Warning>
  **Match connector mode to the entity**
  Use sandbox credentials in sandbox entities and production credentials in production
  entities. Mixing modes can create failed tests, misleading sync state, or live external
  activity from a workflow that operators expected to be safe.
</Warning>

## Use The Connector Cards

* **Connect or Configure**: opens the service setup surface.
* **Test**: verifies the current connector can authenticate or reach the service.
* **Log**: opens recent connector activity for troubleshooting sync or webhook issues.
* **Disconnect**: removes stored credentials for that connector after confirmation.
* **Mode badge**: shows whether the connector is using sandbox or production credentials.
* **Masked credential fields**: confirm that credentials exist without showing secrets.

<Note>
  **Not every platform service is customer-configurable**
  Some services are managed by Arcus as platform services. For example, bank-feed linking
  uses Plaid through the bank workflow, and email delivery is configured from email settings
  rather than by pasting a Postmark token into Integrations.
</Note>

## Use The Sync Dashboard

Click **Sync Dashboard** when a marketplace or connector appears stale. The
modal shows recent inbound and outbound sync activity so admins can see what moved, what
failed, and which direction needs attention.

<Frame caption={"The Sync Dashboard is useful when marketplace orders, fulfillment pushes, or connector events appear delayed."}>
  <img src="https://mintcdn.com/arcuserp/MrJkb10V6EpIZu0o/images/support/screenshots/integrations/integrations-sync-dashboard.png?fit=max&auto=format&n=MrJkb10V6EpIZu0o&q=85&s=30a8e27816eb0be47dc13118671de5a9" alt="Sync Dashboard modal with all, inbound, and outbound sync activity filters" width="1200" height="1000" data-path="images/support/screenshots/integrations/integrations-sync-dashboard.png" />
</Frame>

## Safe Connector Change Process

1. Confirm the entity is sandbox or production.
2. Confirm who owns the external account and has permission to rotate credentials.
3. Open the connector and review the current mode, saved credential status, and last activity.
4. Reconnect or rotate credentials only during a planned window.
5. Use **Test** after saving.
6. Run a small real workflow, such as a test payment, tax calculation, label purchase, print job, or marketplace sync.
7. Review logs if the workflow fails or sync is delayed.

<Tip>
  **Connector tests are necessary but not enough**
  A connector test proves Arcus can authenticate or reach the service. Always test the real
  business workflow too, because payments, labels, taxes, webhooks, and imports can fail for
  reasons beyond the basic credential check.
</Tip>

## Failure Patterns To Watch

* **Authorization expired**: reconnect or rotate credentials before retrying workflow actions.
* **Webhook stopped**: verify the webhook URL, signing secret, event list, and external subscription.
* **Sync drift**: compare Arcus and the external service before choosing which record should win.
* **Disconnected connector**: reconnect only after confirming the correct external account and mode.
* **Stale external record**: review logs when an external order, listing, payment, or label was deleted or changed outside Arcus.

## Common Blocks

* **Connector says Not Connected**: connect the service or reconnect through the service-specific setup flow.
* **Test fails**: check mode, revoked credentials, external permissions, and service status.
* **Log is empty**: the connector may not have processed any events yet, or the workflow may not use that connector.
* **Production button is selected in a sandbox entity**: switch to sandbox credentials unless this is an intentional live test.
* **Disconnect looks scary**: disconnecting removes future connector access, but existing Arcus records should remain for history.

## Related Articles

<CardGroup cols={2}>
  <Card title="Stripe Payments" href="/support/integrations/stripe-payments">
    Configure Stripe keys, webhooks, payment workflows, saved methods, reconcile, payouts, and disputes.
  </Card>

  <Card title="Connector Troubleshooting" href="/support/integrations/connector-troubleshooting">
    Recover authorization failures, webhook issues, sync delays, mode mismatch, and stale external records.
  </Card>

  <Card title="Shippo and PrintNode" href="/support/integrations/shippo-printnode">
    Configure Shippo for rates, labels, tracking, and voids, and PrintNode for labels and document printing.
  </Card>

  <Card title="Marketplace Connectors" href="/support/integrations/marketplace-connectors">
    Connect Shopify, Amazon, and eBay, review sync settings, mapping, webhooks, logs, and marketplace blocks.
  </Card>

  <Card title="Tax and AvaTax Operations" href="/support/settings/tax-avatax">
    Configure, verify, and recover AvaTax tax calculation, exemptions, marketplace routing, returns, and address validation.
  </Card>

  <Card title="Bank Reconciliation" href="/support/accounting/reconciliation">
    Match bank transactions to payments, deposits, payouts, and checks.
  </Card>

  <Card title="Plaid Bank Feed" href="/support/integrations/plaid-bank-feed">
    Connect bank accounts to Plaid, sync transactions, disconnect, and recover login-required states.
  </Card>

  <Card title="Settings Overview" href="/support/settings/overview">
    Understand the admin surfaces, settings groups, and workflow impact areas.
  </Card>
</CardGroup>
