Package-level declarations

API for PCI Proxy tokenization.

Warning

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

Types

Link copied to clipboard
data class PCIPCardholder

This class is used to add cardholder info

Link copied to clipboard
data class PCIPCardInfo

This class represents a (credit or debit) card which was used for PCI Proxy tokenization.

Link copied to clipboard

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.

Link copied to clipboard

Implement PCIPTokenizationListener to be notified when a tokenization request ends. PCIPTokenizationListener will notify you about the success, error or cancel state of the processed tokenization request.

Link copied to clipboard

This class can be used to specify miscellaneous options related to the tokenization request.

Link copied to clipboard

This object is the entry point for a new tokenization request.

Link copied to clipboard

This class aggregates the results of a successful PCI Proxy tokenization request.