How to Activate Apple Pay
Apple Pay is an optional payment method that is available when using the Stripe Checkout module for visitors to your site using an iOS device. Please see documentation on how to enable and set up the Stripe Checkout module.
Before you begin: activation of Apple Pay will require access to the website's FTP or File Manager via the hosting provider as well as developer or owner access to the Stripe account associated with website.
Activation of Apple Pay
- Login to the Stripe account at https://dashboard.stripe.com/login
Navigate to the Settings by clicking on the gear icon in the top right of the header navigation
- Click on Payment methods under the Product settings ยป Payments section (direct link: https://dashboard.stripe.com/settings/payments)
Under the Ready To Integrate heading, locate Apple Pay and click the Configure button:
Under Web domains, click the Add new domain button. A new popup module will appear.
Enter the address to your website. This should not include the http or https protocol.
Next, download the verification file provided
- Click the Add button to complete the set up on the Stripe account.
Using FTP or the hosting provider's File Manager, create a new folder at the root directory of the website called .well-known
Important! The . dot within the folder name is intentional and required. If that is not included, the gateway will not work.
The complete address for the new folder should look like https://example.com/.well-known
In this directory, upload the verification file that was downloaded in step 7.
- The Apple Pay Web domain should now display the address to the site and the checkout will provide an option to pay using ApplePay when visited using an iOS device.