Skip to content

PaymentLifecycleTracker

stable

SWIFT / ACH / SEPA payment lifecycle stepper with per-step timestamps, actor labels, and reference IDs

import { PaymentLifecycleTracker } from "@nodus/design-system/finance"
Loading demo…

Props

railrequired
Type PaymentRailDefault

Payment network (SWIFT, ACH, SEPA, etc.)

referencerequired
Type stringDefault

Payment reference ID

currentSteprequired
Type PaymentLifecycleStepDefault

Current active lifecycle step

stepData
Type Partial<Record<PaymentLifecycleStep, StepData>>Default

Per-step timestamps, actors, and notes

networkRef
Type stringDefault

UETR or network message ID

compact
Type booleanDefault

Single-row compact layout

Metadatasemantictypebordertemporalpayment
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?