Adding Apple Pay through Adyen - is it even possible?

Hi, I want to implement Apple Pay, but there is a step about verification and going live. Is it even possible to achieve it? Shopify doesn’t allow uploading files for external app verification, but I have to upload /.well-known/apple-developer-merchantid-domain-association.

EDIT: I just had another idea - maybe I could try setting up a 301 redirect to host the verification file externally :smiley: You know, I uploaded it to Shopify’s files.

I know Shopify doesn’t allow direct uploads to the .well-known directory, but if the service (like Adyen/Apple) follows redirects properly, this could actually work

If you have the “Adyen Payments - Credit Card” third-party payment provider setup already in your Shopify Admin, all you have to do is go to Settings > Payments and open the Adyen configuration page to toggle on Apple Pay in the list of payment methods.

If you experience issues enabling Apple Pay, go to your Adyen Customer Area to check if you added the required payment methods.

Hope this helps anyone else looking to solve the same issue!

Hi @AngelaC-Shopify , thank you. Could you help me with one more thing? I created an app to modify payment gateways (order and names) in the Checkout for Shopify Payments, and I’m wondering now – will it also work for Adyen?

It works! I just had to modify the payment method names (paymentMethods). I’m leaving this info for anyone who might be wondering about the same thing.

for (const method of input.paymentMethods) {...