We are building a platform, via which the customers could sell their goods on line. We are integrating authorize.net's API
Question,
1. In the response of "Charge a Credit Card", there are 2 values, Auth Code and Trans ID. What is the function of Auth Code and Trans ID? What shall we do to these 2 values?
2. In the testing mode, it can be successful if we just transmit 3 important fields, amount, cardNumber, expirationDate. So why we have to collect so many fields, like firstName, lastName, company, city, state, country, phoneNumber and other information, as advised in your API reference.
3. If set up a page to collect card information, should we store them in our database or just clean them when the order has been paid? Should the seller view card information?
Any advice is highly appreciated!
03-16-2016 03:42 AM
Hello @huangzhx
Richard
03-17-2016 02:51 PM
Hello Richard,
Thanks much for your answer.
Further question, now that we receive Transaction ID and Auth Code for a successful transaction in the response, what shall we do with these 2 values? Do we need to do something with these 2 values?
Jo
03-17-2016 08:35 PM