#Kasuni

1 messages · Page 1 of 1 (latest)

kindred harnessBOT
civic dagger
#

It's possible that the card issuer requests for authentication on a saved card. Your integration should bring the customer back to complete the authentication

latent epoch
#

for now, i looking to stop authenticate when customer paying stored card.what method can i use?

#

Can i use this "create_cvc_update" method ?

civic dagger
#

for now, i looking to stop authenticate when customer paying stored card.what method can i use?
It's not possible to stop as the card issuer can still request for authentication

#

Can i use this "create_cvc_update" method ?
This has nothing to do with authentication

latent epoch
#

Oh! that create cvc update token mean, we are requesting new cvc all the time when they paying using stored card? right?

civic dagger
#

Stripe doesn't store CVC of a card. This is only required if you wish to ask customer for CVC on the saved card during payment

latent epoch
#

Hi, if i set off_session true , is it it stop authenticate while paying stored card.Is that okay?

clear bluff
#

Hi @latent epoch I'm taking over

#

Whether or not a transaction requires authentication is entirely up to the card issuer or your Radar rules, and there's no way to "turn off" authentication really. Your integration should always handle the situation when a PaymentIntent is in requires_action status.

latent epoch
#

But is i used off_sesson true , to authentic card why it is not going to require action step?

clear bluff
#

It's up to the card issuer. If the card issuer doesn't require authentication, the PaymentIntent will not go into requires_action status.

latent epoch
#

Hey, when customer saving a card can we recognized is that card required always authentication or not?

#

because we have to charge from there card later .that type of card return error while charging

#

card like that

clear bluff
#

That's because you use the Always authenticate test card.

latent epoch
#

that means can't we use always authenticate card for any off_session tasks?

clear bluff
#

It depends what you want to test, using the Always authenticate test card will requires authentication for all transactions.

latent epoch
#

in live mode , can we identified cards like this during save card?