#newt-payments-offsession
1 messages ยท Page 1 of 1 (latest)
The payment doesn't fail, it just goes to requires_action or requires_payment_method.
First you make sure you create the PI with off_session: True to tell the API the customer is not on-session
ok
But if you still get asked for 3DS
which the banks can do at any time
You need to bring the customer back on-session to authenticate
Got it
So, if I am correctly following, the safest way to avoid 3DS (and it may not work) is to:
- If using setup intents, create the setup intent with the
usageparam set tooff_session. - Create the payment intent with
off_session: True
But even if those 2 things were done, the bank can still require the customer to come back on-session.
Am I correctly following that?
Correct
@winged arrow Thank you so much for all your help
Happy to do it ๐