PCIPTokenization

class PCIPTokenization(merchantId: String)

Use this class to start a PCI Proxy tokenization request.

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

Parameters

merchantId

Your merchantId.

Constructors

Link copied to clipboard
constructor(merchantId: String)

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

constructor(merchantId: String, paymentMethodTypes: Set<PaymentMethodType>)

Use this constructor to define which payment method types are allowed on the card tokenization.

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 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 options properties.

Properties

Link copied to clipboard

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