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

**URL:** https://discourse.roots.io/t/verifying-domain-for-apple-pay-on-a-bedrock-site-running-wc/25508
**Category:** bedrock
**Created:** 2023-06-09T22:15:36Z
**Posts:** 2

## Post 1 by @artshostak — 2023-06-09T22:15:36Z

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](https://woocommerce.com/document/woocommerce-payments/payment-methods/apple-pay/)) 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!

---

## Post 2 by @Twansparant — 2023-06-10T09:29:58Z

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