Prompts the user to authorize a payment request.
SDK
- iOS 8.0+
Framework
- Pass
Kit
Overview
After the user authorizes the payment request for a transaction, the delegate is called with a payment token used to authorize the transaction’s payment.
Prompts the user to authorize a payment request.
SDK
Framework
After the user authorizes the payment request for a transaction, the delegate is called with a payment token used to authorize the transaction’s payment.
class func can Make Payments()Returns whether the user can make payments.
class func can Make Payments(using Networks: [PKPayment Network])Returns whether the user can make payments through the specified network.
class func can Make Payments(using Networks: [PKPayment Network], capabilities: PKMerchant Capability)Returns whether the user can make payments using a card from the specified network with the specified capabilities.
var delegate: PKPayment Authorization View Controller Delegate?The view controller’s delegate.
protocol PKPayment Authorization View Controller DelegateMethods that let you respond to user interactions with your payment authorization view controller.
init?(payment Request: PKPayment Request)Initializes and returns a payment authorization view controller.
class PKPayment Authorization ControllerPresents a sheet that prompts the user to authorize a payment request.