WalletConstants.PaymentMethodTokenizationType

  • WalletConstants.PaymentMethodTokenizationType is an annotation defining payment method tokenization types.

  • Available tokenization types include PAYMENT_GATEWAY, NETWORK_TOKEN, and DIRECT.

  • Integrators use PaymentDataRequest to configure how credit cards are tokenized for transactions.

  • The token for a selected payment method can be retrieved by calling PaymentData.getPaymentMethodToken().

public static abstract @interface WalletConstants.PaymentMethodTokenizationType implements Annotation

Payment method tokenization types.

Available options:

Integrator can configure PaymentDataRequest to tokenize the credit card selected by the buyer for a transaction using one of the tokenization types listed above. The token for the selected payment method can be retrieved by calling PaymentData.getPaymentMethodToken().

Inherited Method Summary