We have encountered another issue with the Hosted Payment Form:
It doesn't validate the CVC code!
Is there a request parameter that will enforce this validation ?
Thanks in advance,
Gabe.
01-26-2018 08:49 AM
Hi @ggramajo
You need to pass in the cardCodeRequired setting as true for it .
https://developer.authorize.net/api/reference/features/accept_hosted.html#Requesting_a_Token
hostedPaymentPaymentOptions |
{"cardCodeRequired": false, "showCreditCard": true, "showBankAccount": true} |
Determines which payment options to display on the hosted payment form. By default, To require Card Code Verification set |
01-26-2018 05:17 PM - edited 01-26-2018 05:18 PM
I will give it a try.
Thanks!
01-29-2018 11:31 AM