Cards And Data
/Card State Model
Card State Model
FINCI separates card stage from card status.
That distinction is important for a correct internal model and transaction-handling logic.
Card stage
Card stage describes the physical fulfillment state of the card.
It should be treated only as a physical card ordering and delivery indicator.
Supported values and meanings:
digitalThe card is not currently in a physical delivery stage.plastic_not_deliveredA physical card has been ordered but has not yet been delivered.plastic_deliveredThe physical card has been delivered to the cardholder.
Card stage does not determine whether the card can transact.
Card status
Card status describes whether and how the card can be used operationally.
newCard exists but is not yet activated for transactions.activeCard can be used for transactions.blockedCard is temporarily restricted.closedCard has been permanently closed.compromizedCard is suspected of compromise. The API uses the enum valuecompromized.damagedCard is physically damaged.deactivatedCard has been manually disabled.lostCard has been reported lost.referralA transaction or use case requires additional review.stolenCard has been reported stolen.
Modeling guidance
The integrator platform should model:
- stage as a fulfillment concept
- status as an operational control concept
A physical card can move through stage changes without changing its allowed usage model. A status change, however, may directly affect transaction approval outcomes.
Built with