【问题标题】:Authorize.net newly generated key not working in woo commerce authorize.net payment gatewayAuthorize.net 新生成的密钥在 woo commerce authorize.net 支付网关中不起作用
【发布时间】:2021-01-02 12:57:50
【问题描述】:

Authorize.net 新生成的密钥在 woo commerce authorize.net 支付网关中不起作用。

我有一个 authorize.net 的旧密钥。效果很好,我测试了好几次。

但是当我从 authorize.net 帐户生成新的交易密钥和签名密钥并将其放在 WooCommerce authorize.net 设置中时。然后在 authorize.net 下订单,附上卡号、有效期和 cvp。它显示以下错误:

"Code: E00003, Message: The element 'getCustomerPaymentProfileRequest' in
 namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child
 element 'customerPaymentProfileId' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.
 List of possible elements expected: 'clientId, refId, customerProfileId'
 in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.
 An error occurred, please try again or try an alternate form of payment.

【问题讨论】:

标签: php woocommerce e-commerce payment-gateway authorize.net


【解决方案1】:

您的凭据问题将触发E00007,您收到的错误提示可能 customerProfileId 未设置,您可能需要检查提交的原始请求,并查看 Authorize.Net getCustomerPaymentProfileRequest 的 API 参考。

【讨论】:

    猜你喜欢
    • 2023-03-24
    • 2018-11-09
    • 1970-01-01
    • 2016-09-21
    • 2014-05-19
    • 1970-01-01
    • 2010-11-28
    • 2011-12-20
    • 2018-04-15
    相关资源
    最近更新 更多