PCIPTokenization
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.
Parameters
merchant Id
Your merchantId.
payment Method Types
The allowed credit or debit card types.
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.
Parameters
merchant Id
Your merchantId.
cvv Only Card
CVV Only Card tokenization data.
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.
Parameters
merchant Id
Your merchantId.
card
Card object to tokenize.