Page Summary
-
WalletConstants.PaymentMethod is an annotation used to define the payment methods supported.
-
Available payment method options include unknown, card, tokenized card, and e-wallet.
-
WalletConstants.PaymentMethod is distinct from WalletConstants.PaymentMethodTokenizationType, which specifies how the payment credential is received.
The payment methods you support.
Available options:
WalletConstants.PAYMENT_METHOD_UNKNOWNWalletConstants.PAYMENT_METHOD_CARDWalletConstants.PAYMENT_METHOD_TOKENIZED_CARDWalletConstants.PAYMENT_METHOD_EWALLET
Note WalletConstants.PaymentMethod
is different from
WalletConstants.PaymentMethodTokenizationType, which identifies how you want to
receive the returned payment credential.