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

# PKPaymentButtonStyle

A type that indicates the available appearances for an Apple Pay button.

```
enum PKPaymentButtonStyle
```

## Topics

### Payment button styles

[`PKPaymentButtonStyle.white`](/documentation/PassKit/PKPaymentButtonStyle/white)

A white button with black lettering.

[`PKPaymentButtonStyle.whiteOutline`](/documentation/PassKit/PKPaymentButtonStyle/whiteOutline)

A white button with black lettering and a black outline.

[`PKPaymentButtonStyle.black`](/documentation/PassKit/PKPaymentButtonStyle/black)

A black button with white lettering.

[`PKPaymentButtonStyle.automatic`](/documentation/PassKit/PKPaymentButtonStyle/automatic)

A button that automatically changes its appearance when the user switches between Light Mode and Dark Mode.



---

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)