#Wanna Leave You?-payments
1 messages ยท Page 1 of 1 (latest)
hi, nice to meet to you
i have on my company's account 2 payments which require additional action (because of the 3DS)
my first question is how do i proceed to validate those payments, because the customers are off session
and also, in the first setup of the method we set every pm to off-sesison, but now it requires the users to authorize even the initial setting
is the payment intent's off_session set to true?
"setup_future_usage": "off_session",
this is the only parameter regarding off session
i dont see any off_session true
not in first intent
i can share with you the payment intents if it can be useful
I mean in the subsequent Payment Intents you should pass off_session: true
this will tell the issuing bank that the payment is happening off-session and then depending on what the issuing bank sees as illegible for exemption of 3DS they decide whether to accept the payment request or demand 3DS
in the case of the latter you don't have a choice but to get your client back on session to validate the 3DS authentication
mmh
This payment successfully set up pm_1LGg7hIwEQ1cVQGWx4zoGoni for future off-session payments
this is the message for the first intent set by the customer
so besides this, i have to pass the off_session param in the creation of the pi?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
but again this doesn't mean the 3DS issue you're having now won't come back
this will reduce (maybe) the number of 3DS you're receiving
but you will have to handle the 3DS flow as well
but for this payments, is it good to send the next action url of the payment intent to the customer via email?
okay understandable
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
hi, i only need a feedback on this
No, you shouldn't do that. You'd bring your customer back on-session to your website and re-confirm the Payment Intent
i know, but our problem is that we cant bring him back to the session, and otherwise this payment would be gone
If you can send them an email containing the next action URL, then surely they can be back on-session to click that?
ywah in that case yes
Then surely you can bring them back on-session to your site to confirm the PI and handle 3DS ๐
ok thank you for your support
np!