- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Token Expiration
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is this "token" you are referencing? transaction id? authorization code?
โ07-11-2012 08:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Both and what are the differences? What's their expiration time?
โ07-11-2012 12:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

