pikaju / flutter-braintree

Flutter plugin that wraps the native Braintree SDKs. Enables payments with credit cards, PayPal, Google Pay and more.
https://pub.dev/packages/flutter_braintree
MIT License
64 stars 119 forks source link

Enquiries about Credit Card CVV #41

Closed JinG312 closed 3 years ago

JinG312 commented 3 years ago

Is that way to add CVV on the request? Or how should I pass in the CreditCard details with CVV?

final request = BraintreeCreditCardRequest( cardNumber: '4111111111111111', expirationMonth: '12', expirationYear: '2021', );

Thanks in advance

pikaju commented 3 years ago

Unfortunately, I believe this isn't supported yet. Pull requests are much appreciated.

pikaju commented 3 years ago

Should now be supported in version 1.2.1.