【发布时间】:2016-05-12 03:49:16
【问题描述】:
我在尝试结帐时收到此网关错误Gateway error: This account has not been given the permissions(s) required for this request。在此之前,我已成功使用沙盒帐户进行了测试。在我使用有效的商家凭据设置所有内容后,它会向我显示此弹出窗口。
通过调试我得到了这个结果
[result] => Array
(
[response_code] => 3
[response_subcode] => 3
[response_reason_code] => 123
[response_reason_text] => This account has not been given the permission(s) required for this request.
[approval_code] =>
[avs_result_code] => P
[transaction_id] => 0
[invoice_number] =>
[description] =>
[amount] => 0.02
[method] =>
[transaction_type] => auth_capture
[customer_id] =>
[md5_hash] => 48D5E8D8EA7331B74B9C486F9BFE5811
[card_code_response_code] =>
[c_av_vresponse_code] =>
[split_tender_id] =>
[acc_number] =>
[card_type] =>
[requested_amount] =>
[balance_on_card] =>
)
【问题讨论】:
-
响应码查找工具中有一些建议:developer.authorize.net/api/reference/…
-
@rhldr 谢谢,很有帮助
标签: php magento payment-gateway authorize.net