#NewtReyes-request-timing

1 messages ยท Page 1 of 1 (latest)

buoyant kindle
#

Hi there! Can you share the request in question?

shell kite
#

Hi, bismarck. Yes. Here's the id: req_rTijcalP2B8iiD

#

I am being told that is an account from an Indian Company

#

Seva at home

buoyant kindle
#

Thanks give me a few to take a look

shell kite
#

Thank you

buoyant kindle
#

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?

shell kite
#

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.

buoyant kindle
#

But the delay is due to this process.

#

It takes time to talk to partners and handle the 3DS flow.

shell kite
#

Is there any way to avoid that process to speed it up?

swift stump
#

Hi ๐Ÿ‘‹ I'm stepping in for @buoyant kindle . You are talking about avoiding the 3DS authentication process?

shell kite
#

Yes

swift stump
#

If you avoid it the charge will fail

shell kite
#

Got it

#

Thank you for your help, @swift stump

swift stump
#

Yeah, if the bank requests 3DS and you try to skip it they get pretty suspicious

shell kite
#

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

swift stump
#

Okay I think the error message is accurate. It appears we do not support using card payment methods for single use with Setup Intents.

shell kite
#

:/

swift stump
#

Honestly I was surprised too.

shell kite
#

Then what is "single_use" for?

#

Other types of Payment Methods?

swift stump
#

That is what I am seeing. That should be more clearly documented IMO.

shell kite
#

Do you know what types support it?

swift stump
#

I'm only seeing cards and blik as being associated with the particular error code for that message.

shell kite
#

Sigh

#

Any way to avoid a CC from being used from than once if it was added by means of a setupintent?

swift stump
shell kite
#

Awesome

#

That should do it

swift stump
#

Great ๐Ÿ™‚ Happy to help

#

Make sure you detach after the initial use. Otherwise that could get awkward ๐Ÿ˜…

shell kite
#

LOL

#

Makes sense

#

thank you for all your help