RubyFanatic
RubyFanatic

Reputation: 2281

Authorize.net 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!

Upvotes: 0

Views: 445

Answers (1)

steakchaser
steakchaser

Reputation: 5249

Are you referring to the "customer_profile_id" that gets returned from Authorize.net? If so, this token does not expire. Be aware, that the credit card associated with the profile can expire/get cancelled/etc though, which would result in errors when you attempt to do a future purchase with that token.

Upvotes: 1

Related Questions