Skip to content

PaymentStatusTracker

stable

Payment lifecycle tracker with maker/checker pipeline and rejection handling

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

Props

idrequired
Type stringDefault

Payment ID

beneficiaryrequired
Type stringDefault

Beneficiary name

amountrequired
Type numberDefault

Payment amount

statusrequired
Type PaymentStatusDefault

Current pipeline status

currency
Type stringDefault

Currency code (default USD)

instrument
Type 'wire' | 'ach'Default

Payment instrument

maker
Type stringDefault

Maker (initiator) name

checker
Type stringDefault

Checker (approver) name

rejectionReason
Type stringDefault

Rejection reason when status=rejected

Metadatasemantictypebordersurfaceoutcomemotion
MobileStacks / Scroll

Status tracker collapses to single-column timeline on mobile.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?