#plark_best-practices
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/1262346742024900639
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- plark_best-practices, 6 days ago, 12 messages
- plark_best-practices, 6 days ago, 16 messages
- plark_best-practices, 6 days ago, 15 messages
I note that I have gone through what I understand are the additional steps for Apple Pay (yielding a domain ID)
Hold that. Just found suggestion I need to create an IOS certificate.
Apologies
you only need a certificate if you're building a native app
it doesn't sound relevant to what you're asking
do you have a link to the page that is trying to use Apple Pay where you get this error?
Ah - sorry, jut saw your message
I can't share a link at the moment, unfortunately, but I can send you a copy of all the console messages
what's more useful is
- the domain name
- the way you initialise stripe.js (i.e. do you use Connect so
Stripe(key,{stripeAccount:"acct_xxx"}) - the Stripe accounts involved
const stripe = Stripe("mytestkey");
the most likely explanation here is you're using Connect but didn't register the domain on the connected account(https://docs.stripe.com/payments/payment-methods/pmd-registration?dashboard-or-api=dashboard#register-your-domain-while-using-connect) ; or you registered a domain name but not the specific subdomain.
Hmm. OK. I'll keep looking. Thank you