【问题标题】:How i can create Customer payment profile using CIM in Authrize,Net in C#?如何在 C# 中使用 CIM 在Authrize、Net 中创建客户付款资料?
【发布时间】:2015-01-16 13:20:18
【问题描述】:

如何在 Asp.net C# mvc 中使用 CIM 在Authrize、Net 中创建客户付款配置文件? 我在 Visual Studio 2012 中使用 NugetPackage 中的 AuthorizeNet api。

【问题讨论】:

标签: asp.net asp.net-mvc authorize.net authorize.net-cim


【解决方案1】:

我在这方面有点晚了,但我今天遇到了同样的问题。

您可以用来创建客户付款配置文件的对象 CustomerGateway 上的 NuGet 包中的方法似乎是 AddCreditCardAddECheckBankAccount视情况而定。

例子:

CustomerGateway customerGateway = new CustomerGateway(apiLogin, transactionKey); customerGateway.AddCreditCard(customerProfileId, cardNumber, month, year, cardCode, billingAddress);

【讨论】:

    猜你喜欢
    • 2012-01-04
    • 2013-03-17
    • 2016-11-29
    • 2012-02-11
    • 2013-09-18
    • 1970-01-01
    • 2012-11-13
    • 1970-01-01
    • 2017-08-25
    相关资源
    最近更新 更多