#rooter-paymentintent-offsession
1 messages · Page 1 of 1 (latest)
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'
I will give that a shot. Thanks
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?
yes