Skip to main content

Type Alias: WiseError

WiseError = object

Defined in: src/server/integrations/wise/client.ts:17

Read-only Wise adapter.

Per ADR-0020 the owner funds contractor pay manually in Wise — the app never creates transfers. This client only reads: the profile's recent transfers (so the reconciliation job can match them back to payments) and the live mid-market FX rate (for the display-only ≈USD pay-run reference). Credentials are read lazily (so the app boots without them) and validated on first use, mirroring the other integration adapters.

Properties

code

code: "wise_not_configured" | "wise_request_failed"

Defined in: src/server/integrations/wise/client.ts:18


message

message: string

Defined in: src/server/integrations/wise/client.ts:19