encryptedPassData
An encrypted JSON file containing the sensitive information needed to add a card to Apple Pay.
Declaration
var encryptedPassData: Data? { get set }Discussion
The JSON file must contain the following keys:
Key | Type | Description |
|---|---|---|
primaryAccountNumber | String | The full primary account number (PAN). Digits only. |
expiration | String | The expiration date as a string. For example, |
name | String | The name of the card holder. |
nonce | String | The hex string for the nonce value, provided in the delegate callback. |
nonceSignature | String | The hex string for the nonce signature, provided in the delegate callback. |