Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Braintree Drop-In UI does not show CVV field

I'm fairly new to Braintree API. I'm using Recurring Payments. And for that I'm using Drop-In UI that is provided by Braintree. Everything goes well but it only shows two fields: Card Number and Expiration Month/Year; and the Paypal button. It's not showing CVV field.

I believe the CVV field is optional and the transaction will still go through if I were to not accept it. But I'm wondering why is it not showing up?

Braintree's new documentation is very limited. And I can't find much info on this problem their website. Any pointers will be much appreciated. Thanks.

like image 297
ronsi Avatar asked Aug 05 '14 21:08

ronsi


3 Answers

According to Latest Braintree integration there is some change in flow to enable 'cvv' option.

'CVV' option will be enable from braintree website.

Follow this Steps to login into braintree website:

  • Go to Settings
  • Fraud Management
    • CVV
    • Click on Edit - Check option 'CVV not provided(l)' - Enable option 'for any transaction'

After this step you can see 'cvv' option in your app.

like image 92
Yog Guru Avatar answered Nov 15 '22 15:11

Yog Guru


go to Settings -> Processing -> CVV, enable CVV verification rules, and renew the client token.

In this way the CVV field will appear in the Drop-in UI.

like image 23
Marco Rossi Avatar answered Nov 15 '22 14:11

Marco Rossi


The CVV now comes under Fraud Management and not in Processing.

Fraud Management Screenshot

Click on the CVV options and enable it for any transactions.

like image 13
Manik Malhotra Avatar answered Nov 15 '22 14:11

Manik Malhotra