Reputation: 3250
My client would like to test his application using real credit card #'s and real cvv codes. We don't want to charge the cards, but we do want the system to act the way it would in production. Namely, it should validate both the CC # and CVV codes. Is there a way to do this with authorize.net? We are currently in "live mode" in the sandbox at https://sandbox.authorize.net.
Upvotes: 0
Views: 3004
Reputation: 219804
No. There is no way to do this with real cards without actually processing them in a live environment. However, you can test your integration, including getting certain CVV responses, using a developer account. See this thread in their community forums for how to trigger certain results (i.e. declines, CVV mismatches, etc).
Upvotes: 0