#Extrameuh-checkout

1 messages ยท Page 1 of 1 (latest)

frail marsh
#

๐Ÿ‘‹ Happy to help

#

Can you share the PaymentIntent ID that has incomplete status?

willow pecan
#

Hey, thanks a lot ๐Ÿ™‚
Here it is : pi_3LFO6KI5L2PbgEcI1vB5c8IZ

frail marsh
#

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

willow pecan
#

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.

frail marsh
#

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

Learn how to save card details and charge your customers later.

willow pecan
#

Alright, and that will allows us to charge him without having this 3d secure issue ?

frail marsh
#

Yup!

willow pecan
#

Alright โค๏ธ