Card decline message not appearing
We had a customer give the wrong billing address, but the Stripe widget showed a green check and the gateway didn't respond with any error to the user.
The Stripe log and Stripe shows the following reply:
Code:
{
"error": {
"code": "incorrect_zip",
"doc_url": "https://stripe.com/docs/error-codes/incorrect-zip",
"message": "The zip code you supplied failed validation.",
"param": "address_zip",
"type": "card_error"
}
}
I'm using that latest version 2.0.1 which is about a year old.
Here's the Stripe API versions that are active:
stripe.JPG