#Amrux

1 messages · Page 1 of 1 (latest)

rocky hollyBOT
heavy trout
#

Hi
Can you share the Stripe Object Id that was returned with status requires_confirmation ?

true parrot
#

Is that the payment intent ID?

#

Sorry just want to double check what you're after

heavy trout
true parrot
#

pi_3MrGeKCjsLROrJHk1fMGnfEb

heavy trout
#

thanks for sharing, let me check...

#

Can you share the sample code you are using ? how are you confirming the payment ?

true parrot
#

So our assumption was that "requires_confirmation" only happens when 3DS is required. Is this an incorrect assumption?

#

const response = await stripe?.confirmCardPayment(client_secret);
Just doing that in our clientside JS

Which is a trigger based on our API response saying it "requires_confirmation"

heavy trout
heavy trout
true parrot
#

aha interesting okay, that's good to know! On that note then, is that generic in that it will work for card payments too?

#

And will that prompt the 3DS window too?

true parrot
#

Brilliant thanks a lot 👍 not sure why we ended up with confirmCardPayment, but we'll play around with that. Appreciate the help!

heavy trout
#

Sure!