---
title: PKPaymentToken
framework: passkit
role: symbol
role_heading: Class
path: passkit/pkpaymenttoken
---

# PKPaymentToken

Contains the user’s payment credentials.

## Declaration

```swift
class PKPaymentToken
```

## Overview

Overview You access the payment token for an authorized payment request using the token property of PKPayment.

## Topics

### Working with payment tokens

- [paymentData](passkit/pkpaymenttoken/paymentdata.md)
- [paymentMethod](passkit/pkpaymenttoken/paymentmethod.md)
- [PKPaymentMethod](passkit/pkpaymentmethod.md)
- [transactionIdentifier](passkit/pkpaymenttoken/transactionidentifier.md)

### Deprecated

- [paymentNetwork](passkit/pkpaymenttoken/paymentnetwork.md)
- [paymentInstrumentName](passkit/pkpaymenttoken/paymentinstrumentname.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Working with the payment token

- [token](passkit/pkpayment/token.md)
