我是使用Authorize.net
的{{1}}的新手。我正在尝试使用Java SDK
API创建客户资料。
以下错误即将发生:
CreateCustomerPaymentProfile
以下API:
06/24/16 21:24:36,362: INFO [pool-1-thread-1] (net.authorize.util.LogHelper:24) - Use Proxy: 'false'
Failed to create customer payment profile: ERROR
~~~~ Details Are ~~~~
Message Code : E00040
Message Text : The record cannot be found.
答案 0 :(得分:0)
如果没有客户资料,您将无法创建客户付款资料。
在您提供String customerProfileId = "36731856";
的代码中,由于ID E00040
的客户个人资料不存在,您收到错误36731856
。
您不清楚自己想要什么。
如果您要创建客户资料,请使用CreateCustomerProfile
API