PCI Proxy
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.
-
Use this class to start a PCI Proxy tokenization.
After the tokenization has been completed - regardless if successful or not -
delegatewill be called with some basic information about the success or failure.See moreWarning
Only use this API if you are a PCI Proxy customer. UseTransactionif you want to register a saved payment method.Declaration
Swift
public class PCIPTokenization: NSObject -
This class can be used to specify miscellaneous options related to the tokenization.
See moreDeclaration
Swift
public class PCIPTokenizationOptions: NSObject -
Implement PCIPTokenizationDelegate to be notified when a tokenization ends. PCIPTokenizationDelegate will notify you about the success, error or cancel state of the processed tokenization.
See moreDeclaration
Swift
public protocol PCIPTokenizationDelegate: AnyObject -
This class aggregates the results of a successful PCI Proxy tokenization.
See moreDeclaration
Swift
public class PCIPTokenizationSuccess: NSObject -
This class represents a (credit or debit) card which was used for PCI Proxy tokenization.
See moreDeclaration
Swift
public class PCIPCardInfo: NSObject -
This class includes the error message of a failed tokenization.
See moreDeclaration
Swift
public class PCIPTokenizationError: NSError -
This class represents a previously tokenized card used in the CVV-only tokenization/verification flow.
See moreDeclaration
Swift
public class PCIPCVVOnlyCard: NSObject -
This class is used to add cardholder info.
See moreDeclaration
Swift
public class PCIPCardholder: NSObject
View on GitHub
PCI Proxy Reference