Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why isn't cvv or zip code required? #22

Open
faceyspacey opened this issue Aug 7, 2016 · 3 comments
Open

why isn't cvv or zip code required? #22

faceyspacey opened this issue Aug 7, 2016 · 3 comments

Comments

@faceyspacey
Copy link

or at least made available for deeper authentication by Braintree (as they will verify they match if provided)?

I'm referring primarily to getCardNonce.

@ferndopolis
Copy link
Contributor

yeah the code for getCardNonce was intended for Braintree SDK v3.9 which did not support CCV
now its on v4.0 i believe so we need to update the getCardNonce method.

in meantime you can check out https://github.com/ferndopolis/react-native-braintree-card this one is on v4.0

i'll will submit a PR

@faceyspacey
Copy link
Author

there's also the address info, which you can verify against as well.

@ferndopolis
Copy link
Contributor

so getCardNonce currently bridges the initWithNumber method which only accepts
the following parameters: creditCardNumber, expirationMonth, expirationYear, cvv

I could add the initWithParameters method just check if argument above or object is passed.

http://cocoadocs.org/docsets/Braintree/4.7.0/Classes/BTCard.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants