Skip to main content

PhysicalCardStatus

Physical Card Status

enum PhysicalCardStatus {
ConsentPending
Processing
Activated
Suspended
Canceled
Canceling
ToActivate
ToRenew
Renewed
}

Values

PhysicalCardStatus.ConsentPending

Consent to authorize physical card production is pending

PhysicalCardStatus.Processing

Physical card is in processing and can’t be used yet

PhysicalCardStatus.Activated

Physical card is activated and can be used

PhysicalCardStatus.Suspended

Physical card is suspended and can’t be used

PhysicalCardStatus.Canceled

Physical card is canceled, can’t be used, and can’t be restored

PhysicalCardStatus.Canceling

Physical card is in the process of being canceled; card can’t be used or restored

PhysicalCardStatus.ToActivate

Physical card needs to be activated by cardholder

PhysicalCardStatus.ToRenew

Physical card is in the process of being renewed

PhysicalCardStatus.Renewed

Physical card is renewed but hasn’t made a transaction since renewal

Member Of

PhysicalCardActivatedStatusInfo object ● PhysicalCardCanceledStatusInfo object ● PhysicalCardCancelingStatusInfo object ● PhysicalCardConsentPendingStatusInfo object ● PhysicalCardProcessingStatusInfo object ● PhysicalCardRenewedStatusInfo object ● PhysicalCardStatusInfo interface ● PhysicalCardSuspendedStatusInfo object ● PhysicalCardToActivateStatusInfo object ● PhysicalCardToRenewStatusInfo object ● PhysicalCardWrongStatusRejection object