Contents

PKAddPaymentPassRequest

Contains the card data needed to add a card to Apple Pay.

Declaration

class PKAddPaymentPassRequest

Overview

All sensitive data must be encrypted before being assigned to this object. Because the encryption keys vary depending on the server, create PKAddPaymentPassRequest instances only when your PKAddPaymentPassViewControllerDelegate object’s addPaymentPassViewController(_:generateRequestWithCertificateChain:nonce:nonceSignature:completionHandler:) method is called. The required server certificates are provided at that time.

Topics

Creating an add payment pass request

Accessing request data

See Also

Requesting to add payment cards to Apple Pay