#bootsy_api
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- bootsy_messaging-element-styles, 32 minutes ago, 43 messages
- bootsy_api, 1 day ago, 76 messages
đ 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/1238571781468459080
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, yes. You can follow this guideline, https://docs.stripe.com/apple-pay on how to verify your domain and set things up for ApplePay. One caveat is that you need to add a real card to your wallet, and then in test mode, we replace that card with our 4242 test card in the background.
ok so if i upload .well-known/apple-developer-merchantid-domain-association to my domain, will it just work when i run the app on my local box at localhost:4200?
in order to test
Ah no, it has to be hosted on https:// to work. It won't work on http://
got it. so we can only test in some remove env. like https://test.example.com
Yes, as long as you've added a real card to your wallet, registered that domain, and hosted the file it should work as I assume you're using PaymentElement already.
am using payment element. and applypay and do google pay work with setupIntent?