#Extrameuh-checkout
1 messages ยท Page 1 of 1 (latest)
Hey, thanks a lot ๐
Here it is : pi_3LFO6KI5L2PbgEcI1vB5c8IZ
Thanks for sharing the PaymentIntent ID
After taking a look, this requires 3D secure authentication, i.e. user has to be online to perform authentication as requested by the bank
Is there anyway to : collect credit card and charge it (without failling) when we need ?
Cause our client buy a service that we need to charge every week with different amount.
If the customer is not in session, you can set off_session field to true to indicate that the customer is not in your checkout flow during this payment attempt, and therefore is unable to authenticate: https://stripe.com/docs/api/payment_intents/confirm#confirm_payment_intent-off_session
More details doc: https://stripe.com/docs/payments/save-and-reuse?platform=web#charge-saved-payment-method
Alright, and that will allows us to charge him without having this 3d secure issue ?
Yup!
Alright โค๏ธ