#Sol - setupintents

1 messages · Page 1 of 1 (latest)

deft nest
#

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

grand bane
#

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

deft nest
#

Can you provide the id of the one that was a success?

grand bane
#

sure

#

seti_1LTKElFJsa7sZAVB1v7BbsPJ

#

This also success: seti_1LT5gIFJsa7sZAVBAeWL4bUc

deft nest
#

Ok. So you confirm the setupintent and provide payment method

grand bane
#

yes,

deft nest
#

You never called confirm and provided a payment method for the 3 you originally shared

grand bane
#

no, we did

deft nest
#

Can you share the request ID then?

grand bane
#

we use the same app and code for three with failed result too

#

where can I get the request ID?

deft nest
grand bane
#

thanks, pls hold on

#

we dont use the API but the Stripe.js

deft nest
#

Ok

#

What error message did you get? What was the behavior you saw when confirming failed?

grand bane
#

We got unknow message

#

not the error code kind of "card issuer rejected"

deft nest
#

Ok

#

But did you log the error?

#

I need more info to help

grand bane
#

if you dont my I can share you the code that call confirm intents

grand bane
#

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

deft nest
#

Is it reproducible?

#

Are you able to easily replicate the error?

#

Or totally random and infrequent?

grand bane
#

It's reproducible but on the customer device

#

there are more than 3 person have the some problem

deft nest
#

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

grand bane
#

Hre is the screen shot when failed

#

but the message were convert to Japanse

#

because we got the message not in the error list

deft nest
#

What does it say? I don't speak japanese unfortunately

grand bane
#

"error occurred, please try again"

deft nest
#

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

grand bane
#

thanks, we are trying to get more log

#

can I back to you when I have more info on this thread?

deft nest
#

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

grand bane
#

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?

deft nest
#

Not 100%

#

Could still be a stripe.js issue (which is still client, but not your client code)

grand bane
#

Or any issue also from Stripe or setting issue, for example 3DS?

deft nest
#

It's unclear right now. We just need more error logging/console log insight

grand bane
#

How can I aks Stripe to see the log in Stripe JS?

deft nest
#

If there's an issue it'll be in the console log

#

And for your code, I recommend improving error logging

grand bane
#

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

deft nest
#

stripe.js is client side

#

We don't have any logs

#

They would be in the browser's console

#

Unless the request makes it to stripe's servers

#

Which in this case it didn't

grand bane
#

oh, I see

#

it's fone app, so the fone browser

#

thanks, I will get back with more info