PCIPTokenization
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.
Parameters
Your merchantId.
Use this constructor to define which payment method types are allowed on the card tokenization.
Parameters
Your merchantId.
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 options properties.
Parameters
Your merchantId.
Previously tokenized card for which the CVV should be entered/tokenized.
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.
Parameters
Your merchantId.
Card object to tokenize.