Hello,
I have implemented the authorize.net payment gateway in our application. It is working fine in test mode. I got some credit card no to test. we are able to make successfull transaction by providing credit card number and its expiry date.
My question is now i want to live my application so what changes i have to do to make it live. next in my test mode the user becomes authenticated only by entering thier credit card number and expiry date, now i want to know how we could be it in live mode as in live mode at least following things should be essential to validate credit card
Credit card number
CVV
transaction password
I jast want to be confirm and will be better if anyone could explain how i will achieve this that user must have to enter these things to validate. what i will do in my application so that user will not be authenticated for transaction by providing only credit card number and its expiry date,
please guide me and suggest me what i should do ASAP