在Authorize.net上创建CustomerProfile的必要信息

时间:2016-02-12 10:41:35

标签: authorize.net

我正在开发C#中的支付集成服务。我在Authorize.net上创建CustomerProfile。我们要求用户输入他的姓名,地址,电子邮件,手机号码,信用卡号码,expirydate和cvv。

所以我只想知道我需要提供给Authorize.net创建CustomerProfile的必要信息是什么?

1 个答案:

答案 0 :(得分:1)

创建客户个人资料时,you must have the following

  • merchantCustomerID或
  • description OR
  • 电子邮件(欧洲除外,需要发送电子邮件)

您可以在此处查看示例:https://community.developer.authorize.net/t5/Integration-and-Testing/CIM-CreateCustomerProfile-Issues/m-p/53776#M28859