#Carolzoo
1 messages · Page 1 of 1 (latest)
The customer should contact their bank if they believe they are receiving incorrect declines related to the zip/cvc
Do you know why we would be seeing such an increase in this sort of thing (decline due to zip/cvc)?
But there should be no reason for you integration to see errors of this sort more often when collecting the details yourself, if collected correctly. You can inspect what gets passed to stripe in your develop logs to see if perhaps its missing when you expect it to be there:
https://dashboard.stripe.com/test/logs/ (the values will be redacted for CVC, though)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
No, but you can reach out to support with example payments if you have questions about specific declines: https://support.stripe.com/contact
Find help and support for Stripe. Our support center 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.
Also, along the same line, since switching to StripeElements, many (maybe most?) of our customers in Australia have had their cards declined. Is there some sort of 'whitelist' for credit-card companies that we need to be on? While it could be some sort of coincidence, it seems to have occurred when we started using StripeElements - I am stumped
In response to the above, can I give you a specific example of a payment that was blocked for incorrect zipcode? To me, there is no information in the dashboard other than the error message stating that it was "blocked by a rule" (and then when I look at the rule, it is "Block if :address_zip_check: = 'fail'
That sounds like its blocked by a radar rule you have added, yes
Or the build in postal code rule described here:
https://stripe.com/docs/disputes/prevention/verification#avs-check
If you're having unexpected declines on real payments (in live mode, eg), I'd recommend reaching out to support with those examples to have them investigate.
ok - i will. Thanks for your help!