<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKPaymentRequestUpdate/init(paymentSummaryItems:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKPaymentRequestUpdate(im)initWithPaymentSummaryItems:"
  },
  "title" : "init(paymentSummaryItems:)"
}
-->

# init(paymentSummaryItems:)

Creates a payment request update with the specified payment summary items.

```
init(paymentSummaryItems: [PKPaymentSummaryItem])
```

## Parameters

`paymentSummaryItems`

An array of summary items that include any changes due to fees or credit card surcharges associated with the payment method.

---

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)