#Sol - setupintents
1 messages · Page 1 of 1 (latest)
Hi there. Let me take a look
Sol - setupintents
What failed here? Those 3 SetupIntents are in a status of requires_payment_method, which is expected
thanks
for the last 2 one, the payment method was not attach to customer
last one mean, the attach screen shot
for three ID of intent, we had redirected customers to add their payment method, but the payment method was not attach to customer
Can you provide the id of the one that was a success?
sure
seti_1LTKElFJsa7sZAVB1v7BbsPJ
This also success: seti_1LT5gIFJsa7sZAVBAeWL4bUc
Ok. So you confirm the setupintent and provide payment method
yes,
You never called confirm and provided a payment method for the 3 you originally shared
no, we did
Can you share the request ID then?
we use the same app and code for three with failed result too
where can I get the request ID?
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Ok
What error message did you get? What was the behavior you saw when confirming failed?
if you dont my I can share you the code that call confirm intents
pls let me check
srry the testing member not available for now
can you check the log on stripe?
I dont know why there some cases confirm intents not work
Is it reproducible?
Are you able to easily replicate the error?
Or totally random and infrequent?
It's reproducible but on the customer device
there are more than 3 person have the some problem
If you are able to get a screenshot of the browser's console, that would be great
Would need some more info. Error logs would help too
And information about the device/browser they are using
Hre
Hre is the screen shot when failed
but the message were convert to Japanse
because we got the message not in the error list
What does it say? I don't speak japanese unfortunately
"error occurred, please try again"
Yeah that's too generic of an error. I recommend improving your error logging so you can get more insight into what's happening. There are no errors on the Stripe side in your account. The confirm SetupIntent API request isn't making it to our servers, so something is happening before then. If you could get a browser console screenshot when this error occurs that would help as well
Just need more info to debug further
thanks, we are trying to get more log
can I back to you when I have more info on this thread?
We archive threads after an hour of inactivity, so it might be closed. However, if you message the main channel again, one of our staff will create a new thread for you and investigate
Thanks, I got it
There are no errors on the Stripe side in your account. The confirm SetupIntent API request isn't making it to our servers, so something is happening before then.
So can we say, 100% is error from the client?
Not 100%
Could still be a stripe.js issue (which is still client, but not your client code)
Or any issue also from Stripe or setting issue, for example 3DS?
It's unclear right now. We just need more error logging/console log insight
How can I aks Stripe to see the log in Stripe JS?
If there's an issue it'll be in the console log
And for your code, I recommend improving error logging
Cant you check the log of Stripe JS?
We did, but have to wait still error happen again from customer side...
It will be very help if you can check any error log on Stripe JS