#Kasuni

1 messages · Page 1 of 1 (latest)

fresh yewBOT
hazy bough
#

Hi there!

#

You mean you already have a card saved for the customer, and want to know how to charge the customer with these cards?

sonic cliff
#

i have 2 customers. one customer have Type 1 card , another customer has Type 2 card

#

yes i need to how to charge from those

#

as both cards have different authentication conditons

#

I made a mistake Type 2 card is - 4000002760003184

hazy bough
#

And both of these customers already have the card saved into Stripe?

sonic cliff
#

yes

hazy bough
sonic cliff
#

from the method you mentioned, why this card 4000002500003155 also asked to authenticate, with the reuquire_action?

#

because it was already setup

hazy bough
sonic cliff
#

oh

#

got it

#

Hey, when we tokenise the CVC is it avoid re- authenticate while paying from saved cards?

hazy bough
#

Sorry I don't understand the question. Can you rephrase?

sonic cliff
#

bit confusing in this diagram , which says no authenticatin required

#

Can you bit explain this point? is it allow us to make a payment withou authenticate?

hazy bough
sonic cliff
hazy bough
#

So what is your question?

sonic cliff
#

here what would be the objective and any benifits using theis tokenise CVC

hazy bough
#

It's mentionned on the page you previously linked:

When creating subsequent payments on a saved card, you may want to recollect the CVC of the card as an additional fraud measure to verify the user.
But in practice I don't think you really need to do this.

sonic cliff
#

hmm

#

i got a requirement to stop re-authenticate card when paying using saved cards

chrome fractal
#

Hey, taking over here. Let me know if there's any follow-up Qs I can answer!

sonic cliff
#

is there any way to stop re-authenticate when paying using saved cards? like 4000002500003155

chrome fractal
#

I think this was mentioned above with my colleague.

sonic cliff
#

yes thing is my case is on_session

#

that means i cant skip authenticate right?

chrome fractal
#

yes you can't

sonic cliff
#

to skip the authenticate?

chrome fractal
#

No

#

This is just an additional fraud measure to verify the user.

sonic cliff
#

there ,we take cvc in every payment to verify the saved card right?

chrome fractal
#

yeah and that' won't skip the 3DS authentication

sonic cliff
#

hmm