#lawebso_error
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/1359801301025816748
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
What kind of error you are facing ?
Can you share more details ? like a failed requestId or a related PaymentIntent
all i know is that we choose apple pay and then it didn't show us the available cards. instead just an error
right know it seems to work again
Great to hear that it was solved now.
Are you still facing an issue ? not sure I understand your latest follow up question
You need to share with me more details, like the failure requestId, any relevant log in the devconsole?
Any related PaymentIntent Id ?
thye setup_intent is successfull
the payment elements load
but once i select apple pay then we get this error message that apple pay can not be shown
According to that error, it seems like you are making an API call that is laggy before confirming the Payment
You should adapt your integration to directly confirm the payment without adding any latency
In instruments.js in particular (it should be your integration's JS file)
okay - I will dig deeper in there
thank you for your fast answer