#ggishant

1 messages ยท Page 1 of 1 (latest)

torpid vesselBOT
strange goblet
#

๐Ÿ‘‹ happy to help

sand idol
#

Hi, thanks for the prompt response

strange goblet
#

unfortunately that's not possible in India

sand idol
#

Can we reuse saved cards in India after they're saved through a paymentIntent object by just re-entering the CVV/CVC?

strange goblet
#

do you mean on the frontend?

#

what is the flow you're expecting to have

sand idol
#

Yes, I'm using the Custom Payment Flow method. When I pass an existing PaymentMethod to the CreateIntentMethod it still asks for all the details including the CardNumber and Expiry on the Javascript SDK

strange goblet
#

would you mind sharing the code you're using?

sand idol
#

Sure. The expected behaviour is as follows:
First Time Payment

  1. User clicks on buy now
  2. PaymentIntent is created
  3. User makes the payment through Stripe JS SDK and saves the card in progress
#

Non-first time payments:

  1. User selects the saved card from a list
  2. Use that card to make the payment and perform 3DS authentication after confirming the CVV
strange goblet
#

that's possible yes

#

but you'd have to build it yourself

sand idol
#

Okay, can you provide a high level overview on how this can be achieved?

strange goblet
sand idol
#

Okay. Now I have the Particular Card ID i want to make the payment from? What do I do next?

strange goblet
#

you don't really need to collect CVV/CVC though

sand idol
#

But I want to use it for additional security

#

Is it possible?

strange goblet
#

not really

sand idol
#

Okay, how do I handle action_required with confirm_card_payment method though?

strange goblet
#

it will take care of it for you