Add failing scenarios for address verification of an existing card#645
Closed
jbrowning wants to merge 1 commit intobalanced:masterfrom
Closed
Add failing scenarios for address verification of an existing card#645jbrowning wants to merge 1 commit intobalanced:masterfrom
jbrowning wants to merge 1 commit intobalanced:masterfrom
Conversation
Contributor
|
What's the use case for re-verifying the address of an existing card? Re-verifying CVV as a security measure makes sense, but I'm not as sure for address. Is this just to update cards that were tokenized without an address? |
Author
|
I imagine it is the same use case as CVV re-verification: security. It's a "lighter" verification than CVV because it does not fall into PCI's scope as far as I know. |
Contributor
|
but doesn't the api already return you the address of the card, checking the address would be comparable to checking for equality with what was previously inputted. I suppose that someone could change the address they have their card on, but I don't see that as a common use case. |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds scenarios for the address portion of #11.
CVV verification scenarios were submitted via #644.