Applies to Product - Power Pages
What’s happening?
Customers are unable to set up Apple Pay configurations on their portal by adding a web file and setting the path as specified in the Apple Pay documentation. The specific path includes the ".well-known" directory, which is not functioning as expected.
Reason:
This arises from the inability to create a webpage with the partial URL ".well-known" in Power Pages, which is required for Apple Pay domain verification.
Resolution:
- In the Power Pages management interface, navigate to Content or Web Files (depending on your version).
- Select New to create a new Web File.
- Fill in the following details:
- Name: Use the name apple-developer-merchantid-domain-association (without the .txt extension).
- Website: Choose the portal website where the file needs to be uploaded.
- File: Upload the .txt file you downloaded from the payment provider.
- Mime Type: Set this to text/plain since it's a text file.
- Path: Set the path as .well-known/ (the system will create the folder if needed).
- Save the web file.
- Verify the Domain: Once the file is uploaded to the correct location, verify that it is accessible at the following URL:
- https://yourpowerpagesdomain.com/.well-known/apple-developer-merchantid-domain-association
