Skip to main content

Card status

The enum CardStatus defines the potential states a card can be in. The state of a given card can be retrieved using the method WPPComponents.getCardStatus.

Enum ValueDescription
UNAVAILABLEGoogle Pay is not available.
PROVISIONEDThe card is already provisioned to Google Pay, and available for payments.
NOT_PROVISIONEDThe card is not provisioned to Google Pay, and therefore can be added.
PENDINGThe card is not currently available for payments, but will be after some time.
SUSPENDEDThe card has been temporarily suspended.
NEEDS_IDENTITY_VERIFICATIONThe card has been partially provisioned manually within Google Pay by entering card details, but the user left the flow before completing the identification process. The SDK handles the completion of this process.
UNKNOWNAn unknown status was returned from Google Pay. Should not occur.