#rooter-paymentintent-offsession

1 messages · Page 1 of 1 (latest)

timid sequoiaBOT
frozen schooner
#

rooter-paymentintent-offsession

#

@topaz flame you're misunderstanding the API. confirm: true is an indicator that you want to confirm the PaymentIntent, which is when we run the authorization on the card. So really you have to pass confirm: true
If you want to not capture the funds immediately, you'd pass capture_method: 'manual'

topaz flame
#

I will give that a shot. Thanks

timid sequoiaBOT
topaz flame
#

So the success message just asys, "requires_capture". I'm good to go, right? That should capture normally when we do that in 4 days from now?

#

That means the auth was successful, right?

frozen schooner
#

yes