#NewtReyes-request-timing
1 messages ยท Page 1 of 1 (latest)
Hi, bismarck. Yes. Here's the id: req_rTijcalP2B8iiD
I am being told that is an account from an Indian Company
Seva at home
Thanks give me a few to take a look
Thank you
So I'm seeing that request took about ~3 seconds on our end. However, it triggered 3DS which took about 10ish seconds before it was completed. When you are saying 10-15 seconds are you talking about the roundtrip time until the PaymentIntent was successful?
From our side, it looks as if it's taking 10-15 from line 101 to line 103
I am being told that we don't see any 3DS interaction.
Yep, that is because 3DS was triggered. In this case, it looks like the bank didn't support it so there was an attempt_acknowledged returned. You can see this if you look at the PI timeline in the Dashboard: https://dashboard.stripe.com/payments/pi_3LAyiDSEVbnAhJEO115hJVfR
But the delay is due to this process.
It takes time to talk to partners and handle the 3DS flow.
Is there any way to avoid that process to speed it up?
Hi ๐ I'm stepping in for @buoyant kindle . You are talking about avoiding the 3DS authentication process?
Yes
If you avoid it the charge will fail
Yeah, if the bank requests 3DS and you try to skip it they get pretty suspicious
Makes sense
Ok, I am back in here
๐
Now, this question is from a different topic.
I am getting the following error: "You cannot provide the single_use parameter when using a SetupIntent with a PaymentMethods of type card. Try again with a different payment method, or create a new SetupIntent without single_use and try again.".
This looks like it is telling us that there is no way to create a single use CC Payment Method using a setup intent. Am I missing something?
Here's the request id: req_MCqcZMivHWHAXs
This is the request id that created the setupintent: req_AK1R1QP3eWLHwx
Okay I think the error message is accurate. It appears we do not support using card payment methods for single use with Setup Intents.
:/
Honestly I was surprised too.
That is what I am seeing. That should be more clearly documented IMO.
Do you know what types support it?
I'm only seeing cards and blik as being associated with the particular error code for that message.
Sigh
Any way to avoid a CC from being used from than once if it was added by means of a setupintent?
If you want a card to be single use you can always detach the Payment Method which will deactivate it.
https://stripe.com/docs/api/payment_methods/detach
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.