Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
因此,每次客户在我的网站上输入信用卡信息时,他们的信用卡信息都会(部分)与 Authorize.net 的相应网关支付令牌一起存储在数据库中。这个令牌在生产站点过期之前可以使用多长时间?我假设这些开发或临时帐户中的令牌永远不会过期?谢谢!
您指的是从 Authorize.net 返回的“customer_profile_id”吗?如果是这样,则此令牌不会过期。请注意,与配置文件关联的信用卡可能会过期/被取消/等,当您尝试使用该令牌进行未来购买时会导致错误。