<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.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/PKPaymentMethodType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:@E@PKPaymentMethodType"
  },
  "title" : "PKPaymentMethodType"
}
-->

# PKPaymentMethodType

The type of cards available in Apple Pay.

```
enum PKPaymentMethodType
```

## Topics

### Payment Method Type Constants

[`PKPaymentMethodType.unknown`](/documentation/PassKit/PKPaymentMethodType/unknown)

The card’s type is unknown.

[`PKPaymentMethodType.debit`](/documentation/PassKit/PKPaymentMethodType/debit)

A debit card.

[`PKPaymentMethodType.eMoney`](/documentation/PassKit/PKPaymentMethodType/eMoney)

An electronic money card.

[`PKPaymentMethodType.credit`](/documentation/PassKit/PKPaymentMethodType/credit)

A credit card.

[`PKPaymentMethodType.prepaid`](/documentation/PassKit/PKPaymentMethodType/prepaid)

A prepaid card.

[`PKPaymentMethodType.store`](/documentation/PassKit/PKPaymentMethodType/store)

A store card.



---

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)