I'm using AIM and am able to submit transactions with the sandbox. Currently on the results page I'm just display the amount, last 4 digits of the card, and the card type. Just trying to determine what other data should be displayed so the user can track the transaction, but not display anything that would violate security. Should I be displaying the transaction id? Authorization code? What else would be safe & useful?
thanks - Dave
09-20-2013 09:06 AM
Anything that authorize.net send back from the transaction are safe to display, the question is that if it is useful for them.
09-20-2013 01:05 PM
Display anything that you might need to quickly look up the transaction on your end if the customer contacts you with a question. The transaction ID is probably a good idea.
09-21-2013 09:52 PM