<!--
{
  "availability" : [

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

# ApplePayButtonType

A type that indicates the button types that you can display to initiate Apple Pay transactions.

```
enum ApplePayButtonType
```

## Overview

The values for the button type:

- `"add-money"`: An Apple Pay button useful for adding money to a card, account, or payment system.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/addMoney>.

- `"book"`: An Apple Pay button useful for booking trips, flights, or other experiences.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/book>.

- `"buy"`: An Apple Pay button useful for product purchases.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/buy>.

- `"check-out"`: An Apple Pay button useful for purchase experiences that include other payment buttons that start with “Check out.”

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/checkout>.

- `"continue"`: An Apple Pay button useful for general purchases.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/continue>.

- `"contribute"`: An Apple Pay button useful to help people contribute money to projects, causes, organizations, and other entities.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/contribute>.

- `"donate"`: An Apple Pay button used by approved nonprofit organization that lets people make donations.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/donate>.

- `"order"`: An Apple Pay button useful for placing orders for items such as meals or flowers.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/order>.

- `"pay"`: An Apple Pay button useful for paying bills or invoices.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/inStore>.

- `"plain"`: An Apple Pay button with the Apple Pay logo only, useful when an additional call to action isn’t needed.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/plain>.

- `"reload"`: An Apple Pay button useful for adding money to a card, account, or payment system.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/reload>.

- `"rent"`: An Apple Pay button useful for renting items such as cars or scooters.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/rent>.

- `"set-up"`: An Apple Pay button useful for prompting the user to set up a card.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/setUp>.

- `"subscribe"`: An Apple Pay button useful for purchasing a subscription such as a gym membership or meal-kit delivery service.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/subscribe>.

- `"support"`: An Apple Pay button useful for helping people give money to projects, causes, organizations, and other entities.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/support>.

- `"tip"`: An Apple Pay button useful for letting people tip for goods or services.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/tip>.

- `"top-up"`: An Apple Pay button useful for adding money to a card, account, or payment system.

For more information, see <doc://com.apple.documentation/documentation/PassKit/PKPaymentButtonType/topUp>.

---

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)