#hiru-Cardvalidation
1 messages · Page 1 of 1 (latest)
Hi there, Stripe will validate the card during payment or when attaching the card to a customer.
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
but when i attached card to the customer stripe doesn't validate the card -> How did you attach the card?
i done like this
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.
but how can i save card in payment intent like this
You can use PaymentIntent's setup_future_usage or SetupIntent to collect a reusable payment method
but payment method or setup intent method can validate card is blocked or not?
Card validation will be performed when you confirm the PaymentIntent or SetupIntent.