#remarkable_unicorn_49527
1 messages · Page 1 of 1 (latest)
hi! hard to say without a lot more context like examples of this happening and specific code.
Generally the CVC and other details are checked with a $0 charge on the card when it's saved but it might not always happen(https://support.stripe.com/questions/check-if-a-card-is-valid-without-a-charge).
You can enable a rule to block if the CVC check fails(https://stripe.com/docs/disputes/prevention/verification#cvc-check).
Sometimes banks accept the card and don't decline based on the expiry date.
I see there a block rule inside Stripe Dashboard -> Fraud Prevention -> rules -> block rules -> Block if CVC verification fails (PFA).
Whats the use of this rule? Kindly explain.
this docs sujjest that CVC check is only performed during payments and not when the card is added with stripe . Is there any way we can have a check when we are saving the card ?
Generally the CVC and other details are checked with a $0 charge on the card when it's saved but it might not always happen(https://support.stripe.com/questions/check-if-a-card-is-valid-without-a-charge).