Skip to main content

Interface: ReconcilablePayment

Defined in: src/lib/wise/reconcile.ts:12

A payment that may still need a Wise transfer linked (prepared or processing).

Properties

amountCentavos

amountCentavos: number

Defined in: src/lib/wise/reconcile.ts:14


id

id: string

Defined in: src/lib/wise/reconcile.ts:13


paymentDate

paymentDate: string | null

Defined in: src/lib/wise/reconcile.ts:19

Scheduled pay date (ISO yyyy-mm-dd) — anchors the date-window fallback.


status

status: string

Defined in: src/lib/wise/reconcile.ts:15


wiseRecipientId

wiseRecipientId: string | null

Defined in: src/lib/wise/reconcile.ts:17


wiseTransferId

wiseTransferId: string | null

Defined in: src/lib/wise/reconcile.ts:16