Integrations

External marketplace connectors, payment providers, FX sources, messaging. No fixed partner list - connectors onboard as partners arrive (docs/backend/PHASE-4-CONNECTOR-FRAMEWORK-CONTRACT.md).

@if (facade.connectors().length === 0 && !facade.loading()) { } @else { @for (c of facade.connectors(); track c.id) { }
ProviderStatusLast successLagErrorsBacklogUnmatched
{{ c.provider }} {{ c.status }} {{ c.lastSuccessAt || '-' }} {{ c.lagSeconds ?? '-' }}s {{ c.errorCount }} {{ c.backlogCount }} {{ c.unmatchedCount }} @if (c.status === 'active') { Pause } @else { Resume }
}