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
@objc(DTPCIPTokenization) public final class PCIPTokenization : NSObject -
This class can be used to specify miscellaneous options related to the tokenization.
See moreDeclaration
Swift
@objc(DTPCIPTokenizationOptions) @objcMembers public final 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
@objc(DTPCIPTokenizationDelegate) public protocol PCIPTokenizationDelegate -
This class aggregates the results of a successful PCI Proxy tokenization.
See moreDeclaration
Swift
@objc(DTPCIPTokenizationSuccess) @objcMembers public final class PCIPTokenizationSuccess : NSObject -
This class provides error information about a failed tokenization process.
See moreDeclaration
Swift
@objc(DTPCIPTokenizationError) @objcMembers public final class PCIPTokenizationError : NSObject, NSCopying -
This class represents a previously tokenized card used in the CVV-only tokenization/verification flow.
See moreDeclaration
Swift
@objc(DTPCIPCVVOnlyCard) @objcMembers public final class PCIPCVVOnlyCard : NSObject -
This class represents a (credit or debit) card which was used for PCI Proxy tokenization.
See moreDeclaration
Swift
@objc(DTPCIPCardInfo) @objcMembers public final class PCIPCardInfo : NSObject -
This class is used to add cardholder info.
See moreDeclaration
Swift
@objc(DTPCIPCardholder) @objcMembers public final class PCIPCardholder : NSObject
View on GitHub
PCI Proxy Reference