#Babu Munavarbasha

1 messages · Page 1 of 1 (latest)

twilit talonBOT
cursive lily
#

Hello 👋
How can I help?

dull hedge
#

So When there is authentication_required error on server

#

I want my user to action it in a offline proccess.

#

i send an email with a link to the user.

#

on the page- i dont need to render stripe element right. only stripe.confirmpayment is enough and it should trigger 3DS authentication?

cursive lily
#

confirmPayment expects elements to be mounted

#

The function you're looking for is handleCardAction

dull hedge
#

okay - so on the page - i trigger handleCardAction and wait for the user to complete right. that should be enough?

cursive lily
#

yup! however, I'm not sure what you mean by offline process

I want my user to action it in a offline proccess.

dull hedge
#

I will be charging cards through a backend job- when there are cards requiring authentication, i will send users an email and ask them to complete authentication

#

thats what i meant offline process.

cursive lily
#

Ah gotcha. You mean off_session payments