I have the clover plugin in wordpress, all the needed information is set. I activated the production environment, when I test with the given tests cards in this url
https://docs.clover.com/docs/test-card-numbers
the error message I receive is "status_code": 402 and the response message sais:
SERV NOT ALLOWED: Card type cannot be processed on your merchant processing account. Ask for another form of payment. Contact support if you believe this to be incorrect.
I tried most of the test cards but the message is the same, and this is what appears in the console when I inspect the payment page:
{ "card": { "exp_month": "12", "exp_year": "2028", "first6": "424242", "last4": "4242", "brand": "VISA", "address_zip": "10001" }, "token": the token }
I've seen several questions here but I really can't find the answer to this issue :(