balanced / balanced-api

Balanced API specification.
220 stars 72 forks source link

Add failing scenarios for CVV verification of an existing card #644

Open jbrowning opened 10 years ago

jbrowning commented 10 years ago

Adds scenarios for the cvv portion of #11.

Address re-verification scenarios will be submitted via a separate PR.

jbrowning commented 10 years ago

@matthewfl @msherry any update on this? Thanks!

matthewfl commented 10 years ago

@jbrowning you haven't really address the issues that we raised earlier

jbrowning commented 10 years ago

Well I believe we concluded that this approach may not be possible because we can't perform authenticated operations via balanced.js. If that is indeed the case, then we'll need to agree on a different approach, such as the CvvVerification resource that I suggested.

How should we proceed?

matthewfl commented 10 years ago

then you should write up a spec for a cvvverification resource, and then we can have a conversation about that, and possibly rewrite it again

karthik1516 commented 9 years ago

I don't know how other people handle CVV validation. For example, hotels.com does a CVV verification when an existing card is used for booking. It will be really helpful for my marketplace, if you can come up with a solution. Until then, I will have to re-tokenize by getting all the CC information again.