Hi, We are trying to charge a customer's saved credit card, but we get the following error:
{
"message": "402 Payment Required",
"error": {
"code": "card_declined",
"message": "CVV is not provided",
"charge": "my charge token",
"declineCode": "issuer_declined"
}
}
The card has worked previously without any error, and happens to some cards. Is there any reason why this happens?