- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ANET Hosted Form CVC validation
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 |
Send feedback at developer_feedback@authorize.net
โ01-26-2018 05:17 PM - edited โ01-26-2018 05:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I will give it a try.
Thanks!
โ01-29-2018 11:31 AM

