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 Value | Description |
---|---|
UNAVAILABLE | Google Pay is not available. |
PROVISIONED | The card is already provisioned to Google Pay, and available for payments. |
NOT_PROVISIONED | The card is not provisioned to Google Pay, and therefore can be added. |
PENDING | The card is not currently available for payments, but will be after some time. |
SUSPENDED | The card has been temporarily suspended. |
NEEDS_IDENTITY_VERIFICATION | The 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. |
UNKNOWN | An unknown status was returned from Google Pay. Should not occur. |