Adding Apple Pay .txt file

Add a file to back end cms

I have a third party tickets api added to the following page

https://www.inspirussports.com/dublin-basketball…

I need to upload a txt file to approve Apple pay integration.

apple-developer-merchantid-domain-association.txt

See instructions on image attached.

Anybody know how?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Even if the Webflow CMS field allows for uploading a TXT file (File field | Webflow University), the asset will be placed on a CDN and its URL won’t contain your domain, wich I guess won’t work for Apple to approve the integration.

Apple wants to make sure you’re in control of your domain name.

So maybe try this:

  1. create a simple site on a server you can access with FTP or SSH and place your TXT file on it
  2. go to your registrar and edit the Zone DNS, replacing Webflow DNS by ones that point to your newly created site
  3. make apple approve your site
  4. set the DNS back to Webflow

As long as Apple doesn’t require for the TXT file to remain on the server after approval — which I think isn’t required — it can work. But for sure there is no way to have your TXT file under your domain on the Webflow site.

Thanks for that Vincent, would that take the current website off until I verify the txt file?