Verification of domain for Apple Pay

Please confirm the steps for putting the txt file into the project and setting up url. We are using Django and added the file to the templates folder under .well-known folder.

And set up the url like so:

path('.well-known/apple-developer-merchantid-domain-association.txt/', TemplateView.as_view(template_name=".well-known/apple-developer-merchantid-domain-association.txt", content_type="text/plain"), name="apple-pay-verification"),

But the when clicking verify button for the domain we get this:

Please advise if there is anything that we do incorrectly.

Our dev removed the "/" at the end of the path and wrote a function that downloads the file to your machine when you go to that url.

Verification was successful. Now the issue is with the Apple Pay button. It's not clickable. We've added the button per Recurly instructions (https://github.com/recurly/recurly-integration-examples/blob/main/public/apple-pay/index.html) but it still doesn't work.

Verification of domain for Apple Pay
 
 
Q