#nikoschns_api
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/1475498781444280522
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ what status is the Payment Intent ending up in for these incomplete payments?
Hm, neither of those requests have a payment_method field in them.
I'm also not seeing a confirmation request for either of those Payment Intents
How can I see if there was a confirmation request or not?
By checking your logs. Either your request logs in Stripe, though it's a little tricky because you're looking for the absence of something, or if you have any info in your logs.
Okay now I see. Yeah, as a matter of fact the only request that was made was the payment intent creation (in other payments I can see the confirm requests).
This is the confirm request made by the client?
From your initial description it sounds like you're likely making that confirmation request client-side, but I don't think I have enough context about your integration to be certain.
Yes, the confirmation happens client-side, I just wanted to make sure that we are talking about the same thing.
That seems to be the problem, then. Something is happening and the confirmation is never made. I am not sure if I have any control over it.
It's hard to say without looking at your client-side logs to see if anything crashed, but it's definitely possible that the customer closed the page abbruptly which stopped your scripts' execution.
Yeah, a lot of things could go wrong. Anyway, thanks for helping out. I know when to emphasize now.