#melarts_paymentelement-applepay
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.
- melarts_code, 6 minutes ago, 9 messages
๐ 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/1259908232990691448
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
melarts_paymentelement-applepay
@lean dune can you share your exact code so I understand your overall integration?
The Stripe part, where you initialize whatever you use to render the button and where you call confirmPayment(). Definitely not your entire code, just the relevant parts which should be like 20 lines at most
Can you try without const redirectResult = await getRedirectUrl(tokenData); and just hardcoding the redirect URL first?
Also what do you see when you load https://docs.stripe.com/stripe-js/elements/payment-request-button?
There's a button rendered at the top. Do you see ApplePay? And if so what happens if you click on it?
oh from my phone then
your previous colleague sent me this https://4242.io/test/express-checkout-element/ and it worked
idk if it is the same test
It's similar and at least confirms it's likely a bug in your own integration/code. So can you try with my suggestion above?
yep i'm on it ๐
our return url is actually a proxy AWS lambda
do you want me to put the url or change completely the url ?
Hi there ๐ taking over, as my colleague needs to step away
For your URL, just try hardcoding it into the code. So put the full URL in quotes and submit that
I got it
no need to take over @limber condor
@lean dune I just want you to test without the network request to the server, so any URL is fine
@lean dune any progress?