Type Alias: WiseError
WiseError =
object
Defined in: src/server/integrations/wise/client.ts:16
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. 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:17
message
message:
string
Defined in: src/server/integrations/wise/client.ts:18