#uhoh-paymentintent-status

1 messages · Page 1 of 1 (latest)

ocean birchBOT
broken forge
#

Is this a card payment or another payment method?

#

Basically, that payment isn't fully authorized yet, the customer needs to take some action to fully confirm it (hence the requires_action status). Once that action is completed, you will be able to capture the payment https://stripe.com/docs/payments/intents

errant valley
#

It's a card payment

#

Is it possible to reject any card payment that requires an action to fully confirm?

ornate flint
#

👋 stepping in

#

You want any PaymentIntent that requires 3DS to error?

#

What Stripe integration are you using?

errant valley
#

Hi, what do you mean by Stripe integration?

errant valley
ornate flint
#

But why do you want this?

errant valley
#

because i'm not too sure how to handle the case where a payment intent transitions to require_action

soft sonnet
#

uhoh-paymentintent-status

ornate flint
#

Right well happy to help with that instead of just erroring, it will be better for your conversion.

#

How are you confirming the PaymentIntent currently? Server-side?

errant valley
#

Yes, server-side. I create a payment intent with confirm=true on the server-side