#disha5848

1 messages · Page 1 of 1 (latest)

delicate pagodaBOT
young rampart
#

Do you collect the zipcode when saving the payment method?

paper dove
#

yes

young rampart
#

Do you have the Payment Method ID?

paper dove
#

yes, let me share

#

pm_1NzUiSBZfmvI9JsLsZl5QKli - live mode

young rampart
#

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

paper dove
#

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

young rampart
#

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

paper dove
#

if we try to deduct 1$ just to validate the card, wouldn't that safeguard against some of the failure scenarios?

young rampart
#

No