Disable CVV Validation
If CVV validation is enabled in the Braintree console, validation occurs when you attempt to set a payment method as the default. If that payment method does not give a CVV value, an error occurs. You can disable validation in the Braintree Payment Gateway Adapter.
Procedure
- Edit the /opt/mtx/conf/payment-service.yaml file.
-
Set the
verifyCard
value tofalse
.For example:payment: gateway: braintree: configs: default: verifyCard: false
- Save and close the properties file.
-
Restart the
Payment Service.
systemctl restart mtx_payment_service