#Kasuni
1 messages · Page 1 of 1 (latest)
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
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 ?
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
Oh! that create cvc update token mean, we are requesting new cvc all the time when they paying using stored card? right?
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
Hi, if i set off_session true , is it it stop authenticate while paying stored card.Is that okay?
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.
But is i used off_sesson true , to authentic card why it is not going to require action step?
It's up to the card issuer. If the card issuer doesn't require authentication, the PaymentIntent will not go into requires_action status.
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
That's because you use the Always authenticate test card.
that means can't we use always authenticate card for any off_session tasks?
It depends what you want to test, using the Always authenticate test card will requires authentication for all transactions.
in live mode , can we identified cards like this during save card?