Package ch.datatrans.payment.api.tokenization

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

PCIPCardholder
Link copied to clipboard
data class PCIPCardholder
This class is used to add cardholder info
PCIPCardInfo
Link copied to clipboard
data class PCIPCardInfo
This class represents a (credit or debit) card which was used for PCI Proxy tokenization.
PCIPTokenization
Link copied to clipboard
class PCIPTokenization(merchantId: String)
Use this class to start a PCI Proxy tokenization request.
PCIPTokenizationListener
Link copied to clipboard
interface PCIPTokenizationListener
Implement PCIPTokenizationListener to be notified when a tokenization request ends.
PCIPTokenizationOptions
Link copied to clipboard
class PCIPTokenizationOptions
This class can be used to specify miscellaneous options related to the tokenization request.
PCIPTokenizationRegistry
Link copied to clipboard
object PCIPTokenizationRegistry
This object is the entry point for a new tokenization request.
PCIPTokenizationSuccess
Link copied to clipboard
data class PCIPTokenizationSuccess
This class aggregates the results of a successful PCI Proxy tokenization request.