#jakel_google-apple-pay
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1252284490064199731
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
no. they typically embed the content direclty within their CMS (no iFrame)
here is an example code snippet they add directly to their page
<div id="kouto-embed-root" data-brand-id="f2ce0a06-7997-4626-9532-65ac70f3a19c"></div>
<script src="https://storage.googleapis.com/embed-script.staging.letsway.com/v1-latest/main.js"></script>
Ah they are just loading your script. Yes their domain needs to be registered
You should be able to test this out pretty easily as well
got it. is there an api that we could use to add these domains so we don't need to add the domain for all of our customers through the dashbaord ?
got it. and the domain associatio file is the same for every domain? so we could register the domain through the api and provide our customer with the domain association file that they would need to add to their domain ?
Yep
The file is static and it just needs to be hosted at the well-known endpoint for each domain
okay. and if i am reading the docs correclty, we just need to add the domain to handle Google Pay. No other additional step would be needed for our customers, right ?