#rudi-paymentintent-nextaction

1 messages · Page 1 of 1 (latest)

trim latchBOT
modest otter
#

rudi-paymentintent-nextaction

#

@pseudo bay the status is requires_confirmation. You created the PaymentIntent but you never confirmed it

pseudo bay
#

what's the difference between calling capture, confirm o passing confirm:true on creation?

fluid crag
#

Hi there 👋 taking over for @modest otter

They essentially do the same thing. The only real difference is that they are called during different steps (e.g. confirm: true will automatically confirm the Payment Intent after creation, whereas the confirm method is used after creation)

pseudo bay
#

So I can create a preauthorization using capture:_method: manual AND confirm: true and this way the payment is held until captured?

#

otherwise expiring after 2 weeks?

#

Maybe that's why our connected account couldn't capture those intents even through the stripe console?