#disha5848
1 messages · Page 1 of 1 (latest)
Do you collect the zipcode when saving the payment method?
yes
Do you have the Payment Method ID?
Thanks for the ID, yes I saw you provided the cvc and postal code when confirming the setupIntent. However, the issuer bank has not yet checked the cvc and therefore the cvc_check is unchecked https://support.stripe.com/questions/what-do-cvc-check-address-line1-check-and-address-postal-code-check-mean-on-the-charge-object
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
so how can we make sure this doesn't result into failed payments? because in our case, we are collecting payment post service. So the failed payment will incur revenue loss
There's no way to ensure a payment always succeed. Even the cvc_check is chcked, the issuer may still block the transaction due to other factors (i.e., insufficient funds, risk)
Your integration should always be ready to handle payment failures
if we try to deduct 1$ just to validate the card, wouldn't that safeguard against some of the failure scenarios?
No