<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKIssuerProvisioningExtensionPaymentPassEntry/init(identifier:title:art:addRequestConfiguration:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKIssuerProvisioningExtensionPaymentPassEntry(im)initWithIdentifier:title:art:addRequestConfiguration:"
  },
  "title" : "init(identifier:title:art:addRequestConfiguration:)"
}
-->

# init(identifier:title:art:addRequestConfiguration:)

Creates a new entry for a payment pass that a user adds to Wallet.

```
init?(identifier: String, title: String, art: CGImage, addRequestConfiguration configuration: PKAddPaymentPassRequestConfiguration)
```

## Parameters

`identifier`

The value that you use to identify the card.

`title`

The name for the pass the system displays to the user when they add or select the card.

`art`

The image that the system displays to the user when they add or select the card.

`configuration`

The configuration that an [`PKAddSecureElementPassViewController`](/documentation/PassKit/PKAddSecureElementPassViewController) uses to create a secure pass.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)