Allow users to connect their own SimpleFIN Bridge account to sync read-only bank transactions. Each user manages their own connection from the Data page — no bank credentials are stored.
Allow users to connect SimpleFIN
When enabled, users see a Bank Sync section on their Data page.
Auto-sync worker
Status
{worker.running ? 'Running' : 'Idle'}
Last run
{worker.last_run_at ? timeAgo(worker.last_run_at) : '—'}
Next run
{worker.next_run_at ? `in ${timeUntil(worker.next_run_at)}` : '—'}
Syncs every {worker.interval_hours}h. Set SIMPLEFIN_SYNC_INTERVAL_HOURS to adjust.