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

# PKPayment

Represents the result of authorizing a payment request and contains payment information, encrypted in the payment token.

```
class PKPayment
```

## Topics

### Working with the payment token

[`token`](/documentation/PassKit/PKPayment/token)

The encrypted payment information.

[`PKPaymentToken`](/documentation/PassKit/PKPaymentToken)

Contains the user’s payment credentials.

### Working with billing and shipping information

[`billingContact`](/documentation/PassKit/PKPayment/billingContact)

The user-selected billing address for this transaction.

[`shippingContact`](/documentation/PassKit/PKPayment/shippingContact)

The user-selected shipping address for this transaction.

[`shippingMethod`](/documentation/PassKit/PKPayment/shippingMethod)

The user-selected shipping method for this transaction.

[`PKContact`](/documentation/PassKit/PKContact)

An object that encapsulates contact information needed for billing and shipping.

[`PKShippingMethod`](/documentation/PassKit/PKShippingMethod)

An object that defines a shipping method for delivering physical goods.

### Deprecated

[`billingAddress`](/documentation/PassKit/PKPayment/billingAddress)

The user-selected billing address for this transaction.

[`shippingAddress`](/documentation/PassKit/PKPayment/shippingAddress)

The user-selected shipping address for this transaction.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`Hashable`](/documentation/Swift/Hashable)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)