I'm integrating apple pay with two payment providers: 2c2p and finix.
I setup 2c2p merchant in my own apple account and I got a well-known file from apple developer dashbard.
But in finix dashboard I got another well-know file to support apple pay.
Now I have two well-known files for one domain url. How to deal with this case?
Thank you for your post and thanks for your patience on this one. Do you mean you are hosting 2 different payment providers files in 2 different domains? I am not familiar with payment providers, but I’m sure if you explain the issue those engineers will be able to help you.
Your post does not have many details so it’s hard to figure it out what the issue is and how to help you. I would suggest to:
- Provide more details: Expanding on your post to include any error messages, code snippets, steps you've already taken to troubleshoot, and the expected/actual outcomes would be very helpful.
- Be specific about your technology stack: Clearly state the programming languages, frameworks, or tools you are using.
- Check for duplicates: Before posting, make sure your question hasn't been asked before. You can use the search bar to find similar threads.
Upload the domain association file you got from your Apple Developer dashboard to your server at https://[your-domain]/.well-known/apple-developer-merchantid-domain-association. Provide us the url to that file and the issue. Did you verify the domain? Once your domain is verified in your Apple Developer account , removing or replacing the file will not un-verify it. Domains rarely need to be re-verified. However, if you ever change your domain, or if Apple/your PSP explicitly requests re-verification in the future, you will simply need to repeat this swapping process.
https://developer.apple.com/download/files/Apple-Pay-Platform-Integration-Guide.pdf
https://developer.apple.com/documentation/applepaywebmerchantregistrationapi/registermerchantrequest
Albert WWDR