In another thread, user GOS suggested that a new thread get started if we cannot make sense of the below. Well, I cannot make sense of the below so I’m asking, how do we incorporate the ability to use Apple Pay for our users?
I need to do this (which would be as easy as hosting a file in the root folder if I had access):
When using Apple Pay , you also need to do the following:
Download this domain association file and host it at /.well-known/apple-developer-merchantid-domain-association on your site.
For example, if you’re registering https://example.com, make that file available at https://example.com/.well-known/apple-developer-merchantid-domain-association.
Their response:
As for your question, you can do it through Wix HTTP Functions as stated in the Apple docs.
https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html
https://developer.apple.com/documentation/uikit/inter-process_communication/allowing_apps_and_websites_to_link_to_your_content/enabling_universal_links
apple-app-site-association —with examples
https://www.wix.com/corvid/reference/wix-http-functions.html
https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions
How to Use HTTP Functions to Expose Your Site’s API | Corvid by Wix
If you can not get this to work, then please add a new post in the forum.