#mdcopley08-payment-intent

1 messages · Page 1 of 1 (latest)

surreal ermine
#

Hello! starting up a thread for you

tranquil thorn
#

Thanks Karbi

surreal ermine
#

I'm guessing you want to create a payment intent and attempt payment all in one request?

#

Ah, actually nevermind I see you already pass in confirm: true

#

let me take a closer look at the PI

#

Is your goal to have Payment Intents that require authentication fail?

tranquil thorn
#

Yes, exactly - if it requires additional authentication we're looking to have it fail for now

surreal ermine
#

Gotcha! So you'll want to pass in off_session: true then - if the PI requires authentication to complete then the request will error because the payment is happening off-session and there's no way for the customer to authenticate

tranquil thorn
#

Okay great, thank you! That's helpful to understand