# Enable Apple Pay on your Stripe account

### To enable Apple Pay on your Stripe account, navigate to **Apple Pay** under Business Settings > Payment Methods in your Dashboard. The setup process will vary depending on whether you're implementing Apple Pay on an iOS app, a website, or both. Click on **Configure** under **Apple Pay** to initiate the setup process. For iOS apps, follow the steps to create and upload a certificate; for websites, add a new domain and upload a verification file.
---
To set up Apple Pay on your Stripe account for the first time, click on [Apple Pay](https://dashboard.stripe.com/account/apple_pay) under **Payments and Payouts** in your [Business Settings](https://dashboard.stripe.com/settings).
The setup process will be different depending on if you're implementing Apple Pay on your iOS app, website, or both.
If you use the [Stripe plugin for WooCommerce](https://woocommerce.com/products/stripe), they have [published a helpful guide](https://docs.woocommerce.com/document/stripe#payment-request-buttons) on how to enable Apple Pay as a payment method.
If you plan to add Apple Pay to both your iOS app and website, complete each process below.
### **Set up Apple Pay for your iOS app**
1. From the [Apple Pay settings](https://dashboard.stripe.com/settings/payments/apple_pay) page, click **+ Add new application**.
1. Download the **Certificate Signing Request** (CSR) and click **Continue**.
1. Visit [Apple’s Developer Center](https://developer.apple.com/account/ios/identifier/merchant).
1. Select the Merchant ID the certificate should belong to, then click **edit** and **create certificate**.
1. Disregard the directions for creating or obtaining a CSR file; this is the Certificate Signing Request file you downloaded earlier from Stripe.
1. Follow the instructions to upload your CSR file.
1. Click **generate** to generate a certificate, and download the certificate. The certificate should be in the **.cer** file format.
1. Return to Stripe and upload the new certificate file.
1. Once uploaded, you should see the certificate listed under **iOS certificates**.
1. You can then continue with integrating [Apple Pay for apps](https://developer.apple.com/documentation/passkit/apple_pay).
### **Set up Apple Pay for your website**
1. From the [Payment method domains page](https://dashboard.stripe.com/settings/payment_method_domains) page, click **Add new domain**.
1. Enter the primary domain or subdomain where you will be implementing Apple Pay (e.g. **yourdomain.com** or **shop.yourdomain.com**).
1. Click **Save**.
1. Continue with integrating [Apple Pay for the Web](https://developer.apple.com/documentation/apple_pay_on_the_web).