Skip to main content

PaymentCardStatus

No description

enum PaymentCardStatus {
CREATED
CANCELED
EXPIRED
ACTIVE
UNKNOWN
}

Values

PaymentCardStatus.CREATED

Payment card created correctly.

PaymentCardStatus.CANCELED

Payment card canceled correctly.

PaymentCardStatus.EXPIRED

Payment card expired.

PaymentCardStatus.ACTIVE

Payment card is active.

PaymentCardStatus.UNKNOWN

When Payment card is UNKNOWN, the buyer needs to check with the VCC provider to ensure if some payment has been made.

Member Of

PaymentCardData object