Skip to main content

CardFulfillmentStatus

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

enum CardFulfillmentStatus {
DIGITAL
ISSUED
ORDERED
REJECTED
REORDERED
SHIPPED
}

Values

CardFulfillmentStatus.DIGITAL

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

CardFulfillmentStatus.ISSUED

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

CardFulfillmentStatus.ORDERED

A physical copy of the card has been ordered.

CardFulfillmentStatus.REJECTED

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

CardFulfillmentStatus.REORDERED

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

CardFulfillmentStatus.SHIPPED

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

Member of

Card object