So everytime a customer enters the credit card information on my site, their credit card information gets stored (partially) in the database along with the corresponding gateway payment token for Authorize.net. How long is this token good for before it expires in the production site? I'm assuming that these tokens in development or staging accounts will never expire? Thanks!
07-10-2012 07:25 PM - edited 07-10-2012 07:26 PM
What is this "token" you are referencing? transaction id? authorization code?
07-11-2012 08:05 AM
Both and what are the differences? What's their expiration time?
07-11-2012 12:16 PM
You get a transaction ID when you do a transaction (auth_only, auth_capture, etc).
authorization code is for getting authorization to charge a card.
What do you mean expire? like auth_only to "Prior Authorization and Capture Transactions", refund for a settled captured transaction?
07-11-2012 12:30 PM