Skip to main content

Function: reconcileAllWisePayouts()

reconcileAllWisePayouts(): Promise<{ companies: number; completed: number; matched: number; orphans: number; }>

Defined in: src/server/services/wise/reconcile.ts:199

System-wide reconciliation (cron entry point): reconcile every company that currently has an open payment. One Wise profile backs all companies today, but scoping per company keeps the snapshots and payment updates tenant-correct.

Returns

Promise<{ companies: number; completed: number; matched: number; orphans: number; }>