#dario_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1239591586401357915
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
No you need to add each domain that you want it to appear, including subdomains
How would this be handled in the code, then, though? There is only one domain verification file.
Isn't the domain verification file per domain?
The verification file is the same
It is static
You just need to host it at the proper endpoint for each of your domains
And then you can register the domain using the API: https://docs.stripe.com/payments/payment-methods/pmd-registration
But we have the same codebase for all of the domains.
That doesn't matter? You are hosting the file at the /.well-known/apple-developer-merchantid-domain-association endpoint based on each domain you want to register.
The file is the same -- it is not specific per domain
Ah, okay. So is the recommendation to add all the domains, download the verification file for one of them, and commit it to the repo?
Well opposite way around but yes
Donwload and host verification file
Then register each domain
Ok, thanks. I got confused because under each of the subdomains in the dashboard (but not the root domain), there was an option to download the verification file.