#hiru-Cardvalidation

1 messages · Page 1 of 1 (latest)

glad canyon
#

Hi there, Stripe will validate the card during payment or when attaching the card to a customer.

river citrus
#

but when i attached card to the customer stripe doesn't validate the card

#

so which method is available for that

#

can you share me

glad canyon
#

but when i attached card to the customer stripe doesn't validate the card -> How did you attach the card?

river citrus
#

i done like this

glad canyon
#

Can you tell what do you want to achieve with Stripe APIs? Also you are using the old Token APIs, I highly recommend you to use the PaymentIntent API instead.

river citrus
#

but how can i save card in payment intent like this

glad canyon
#

You can use PaymentIntent's setup_future_usage or SetupIntent to collect a reusable payment method

river citrus
#

but payment method or setup intent method can validate card is blocked or not?

glad canyon
#

Card validation will be performed when you confirm the PaymentIntent or SetupIntent.

river citrus
#

okay i will check and update you

#

and how can i do create payment intent after creating setup intent ?

#

can you share me any refrence