Skip to main content

HsaCardFulfillmentStatus

The possible fulfillment statuses for a card. Fulfillment status describes where a card is on its journey to the user.

enum HsaCardFulfillmentStatus {
DIGITAL
ISSUED
ORDERED
REJECTED
REORDERED
SHIPPED
}

Values

HsaCardFulfillmentStatus.DIGITAL

The card is virtual and access has been granted to the user.

HsaCardFulfillmentStatus.ISSUED

The card has been issued. This is the initial status upon creating a card.

HsaCardFulfillmentStatus.ORDERED

A physical copy of the card has been ordered.

HsaCardFulfillmentStatus.REJECTED

The card fulfillment request was rejected. User is in an unknown state.

HsaCardFulfillmentStatus.REORDERED

A physical copy of the card has been re-ordered.

HsaCardFulfillmentStatus.SHIPPED

A physical copy of the card has been shipped to the user.

Member of

HsaCard object