Verifying domain for Apple Pay on a Bedrock site running WC?

Has anyone had any success enabling Apple Pay on a WooCommerce store? To be more specific, I am using Stripe gateway and have it enabled, according to this guide (Accepting Apple Pay with WooCommerce Payments - WooCommerce) looks like I need to have the domain registered by generating a “apple-developer-merchantid-domain-association” file from the Stripe dashboard and uploading it to the “/.well-known/” folder in the root of my site. Ie:
https://www.example.com/.well-known/apple-developer-merchantid-domain-association

Obviously with the Bedrock structure and the /app/ prefix — I am wondering if anyone’s been able to get this implemented?

Thanks in advance!

Yes, just add the .well-known folder in bedrock’s web folder, commit changes and deploy.

2 Likes