We are using payment API for Clover Payment.
URL : https://scl.clover.com/v1//orders/<OrderID>J/pay
When we add new payment method and do payment using this API, Its working first time, but when we try doing payment using same payment token after some time with new order its failing with below error.
{
"message": "402 Payment Required",
"error": {
"code": "card_declined",
"message": "CVV is not provided",
"charge": "XXXXXXXXX",
"declineCode": "issuer_declined"
}
}
FYI: We have started getting this error after this morning. It was working fine before that.
Please suggest.