Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Cannot charge card with CVV value "000". #61

Open
colinmollenhour opened this issue Jun 26, 2015 · 8 comments
Open

Cannot charge card with CVV value "000". #61

colinmollenhour opened this issue Jun 26, 2015 · 8 comments

Comments

@colinmollenhour
Copy link
Contributor

Apparently some unlucky soul has a real card with a CVV value "000" and it cannot be charged. The error is:

The card was declined. [DO NOT HONOR DUE TO AVS/CVV SETTINGS (04), AVS Result: Zip and address match. (Y), CVV Result: Not Processed. (P)]

Not sure where along the line this is broken, either the JS code, the tokenization system, or the processor.

@slogsdon
Copy link
Contributor

Thanks for the report, @colinmollenhour! I'll take a look to see where this error is occurring and issue a patch if it's something within the extension. If it's not and gateway related, I'll forward this on to the appropriate internal team.

@slogsdon
Copy link
Contributor

Hey @colinmollenhour, would you mind emailing us at [email protected]? I have a few questions to get some information for our gateway team to use in debugging this.

@colinmollenhour
Copy link
Contributor Author

Email sent.

@colinmollenhour
Copy link
Contributor Author

This appears to still be an issue.. Any update?

@slogsdon
Copy link
Contributor

@colinmollenhour, I'll take a look again, but we weren't able to reproduce this originally. Does this occur only in production?

@colinmollenhour
Copy link
Contributor Author

I haven't tested it other than in production. Since I don't have a 000 card myself I can only test with a fake card and wouldn't be able to succeed anyway. However we do have customers that have 000 numbers occasionally and they are never able to complete check out. The SecureSubmit gateway appears to return a valid public token to the client, it just fails when we try to charge the token. Considering the CVV is PAN data and it is off-limits for the server I don't see how it could be something on the server-side.

@slogsdon
Copy link
Contributor

@colinmollenhour Would you be able to send the transaction ID of the latest failed transaction because of this issue over email to me [email protected]? I'd like to make sure we have the exact transaction that failed to send to our gateway team for review. Thanks!

@colinmollenhour
Copy link
Contributor Author

Sure thing, email sent.

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

No branches or pull requests

2 participants