PCIPTokenization

Use this class to start a PCI Proxy tokenization request. After the tokenization request has been completed - regardless if successful or not - the listener will be called with some basic information about the success or failure.

  • Warning: Only use this API if you are a PCI Proxy customer. Use Transaction if you want to register a saved payment method.

Constructors

Link copied to clipboard
constructor(merchantId: String, paymentMethodTypes: List<PaymentMethodType>)

Use this constructor to allow the user to enter the card data to be tokenized. After this class is initialized, you should define its listener and the options properties.

constructor(merchantId: String, cvvOnlyCard: CvvOnlyCard)

Use this constructor to tokenize the CVV of an already tokenized card. After this class is initialized, you should define its listener and the options properties.

constructor(merchantId: String, card: Card)

Use this constructor if you use your own UI and already have a Card instance with the card data to be tokenized. After this class is initialized, you should define its listener and the options properties.

Properties

Link copied to clipboard

This listener will be notified after a tokenization request has been completed, regardless if successful or not.

Link copied to clipboard

The available options for how a tokenization request is handled by the mobile SDK.