<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ApplePayontheWeb",
  "identifier" : "/documentation/ApplePayontheWeb/ApplePayButtonStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Apple Pay on the Web"
    ],
    "preciseIdentifier" : "enum/ApplePayButtonStyle"
  },
  "title" : "ApplePayButtonStyle"
}
-->

# ApplePayButtonStyle

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

```
enum ApplePayButtonStyle
```

## Overview

The values for the button style:

- `"black"`: A black button with white lettering.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonStyle/black>.

- `"white"`: A white button with black lettering.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonStyle/white>.

- `"white-outline"`: A white button with black lettering and a black outline.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonStyle/whiteOutline>.

---

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)