Jump to content

Prestashop Checkout Module Apple Pay


Recommended Posts

Hey all, I am trying to activate apple pay on website. I see Prestashop Checkout module allows it. But theres an error coming up - something about extra permissions. I can't figure out what it needs. I've activated google pay fairly easily. 

When I click on configure apple pay and register my domain, it comes up with an error. 

Please see attached images. Any help would be appreciated.

 

image.png

image.png

Link to comment
Share on other sites

Hey!

I ran into the same issue, and it turned out to be related to the required Apple Pay verification file. You need to host the file at the domain root under the .well-known directory like so: https://www.partyandyou.com.au/.well-known/apple-merchantid-domain-association

In my case, I copied the file from:  /modules/ps_checkout/.well-known/apple-LIVE-merchantid-domain-association

To:  /.well-known/apple-merchantid-domain-association

If your server runs on Nginx, don’t forget to allow public access to the .well-known directory. The official PrestaShop documentation has a helpful guide on this:  PrestaShop Nginx Setup Guide

Especially this part:

    # .htaccess, .DS_Store, .htpasswd, etc.
    location ~ /\.(?!well-known) {
        deny all;
    }

Once the file is publicly accessible at the link above, Apple Pay activation should complete without errors.

  • Like 1
Link to comment
Share on other sites

Thanks for the help. I copied the folder .well-known to the root directory - because I am using partyandyou.com.au/v2 as the root I copied that .well-known to that v2 folder but now I get a different error.

It can't seem to find the file needed. It was very easy to activate google pay. Not sure what else needs to be done but I find it very confusing.

image.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...