0

我正在使用 authorize.net 开发帐户来测试支付网关。

我们的客户希望他应该添加多张信用卡,并且这些信用卡信息不应该保存在我们的本地数据库中。这些信用卡信息应保存在 authorize.net 数据库或 authorize.net api 的某个地方,稍后客户只能从下拉列表中选择任何已保存的信用卡,而无需再次提供有关信用卡的所有信息,付款应为该特定卡制作。

有什么方法可以使用 authorize.net for .Net 技术来实现这一点?

4

1 回答 1

0

Customer Profiles allows you to securely store sensitive card data on Authorize.Net servers and store tokens within your database. Your application can use the tokens for payment transactions. You can learn more in the API Reference and try it using the live console.

于 2016-02-13T14:43:52.310 回答