(92) 网关不再支持请求的集成方法。授权网

发布于 2024-10-07 03:34:13 字数 983 浏览 0 评论 0原文

我正在将我的网站与 SIM 卡授权支付网关集成。它给我的错误如下

(92) The gateway no longer supports the requested method of integration.

我的论点如下

x_show_form : PAYMENT_FORM 
x_delim_data : FALSE 
x_relay_response : False 
x_login : <snip> 
x_tran_key : <snip>
x_method : CC 
x_type : AUTH_CAPTURE 
x_amount : 100.00 
x_currency_code : USD 
x_invoice_num : 781 
x_test_request : TRUE 
x_receipt_link_method : POST 
x_receipt_link_text : Please return to MobiVite to complete the order and mark order successfull 
x_receipt_link_url : http://192.168.1.30:8012/mobivite/order/callback/authorizenet 
x_first_name : vaibhav 
x_last_name : Saxena 
x_company : 
x_city : delhi 
x_state : 
x_zip : 250002 
x_phone : 9310974585 
x_cust_id : 4 
x_email : [email protected] 
x_address : test 
x_country : IN 

请帮助

I am integrating my site with authorize payment gateway with SIM . It is giving me error as follows

(92) The gateway no longer supports the requested method of integration.

my arguments are as follows

x_show_form : PAYMENT_FORM 
x_delim_data : FALSE 
x_relay_response : False 
x_login : <snip> 
x_tran_key : <snip>
x_method : CC 
x_type : AUTH_CAPTURE 
x_amount : 100.00 
x_currency_code : USD 
x_invoice_num : 781 
x_test_request : TRUE 
x_receipt_link_method : POST 
x_receipt_link_text : Please return to MobiVite to complete the order and mark order successfull 
x_receipt_link_url : http://192.168.1.30:8012/mobivite/order/callback/authorizenet 
x_first_name : vaibhav 
x_last_name : Saxena 
x_company : 
x_city : delhi 
x_state : 
x_zip : 250002 
x_phone : 9310974585 
x_cust_id : 4 
x_email : [email protected] 
x_address : test 
x_country : IN 

please help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

§普罗旺斯的薰衣草 2024-10-14 03:34:13

出现此错误的原因有多种,具体取决于您的软件用于连接到您的 Authorize.Net 帐户的应用程序编程接口 (API)。通常这是由于我们的 API 之间的混合方法造成的。

如果这是 AIM , 1. 如果您通过 AIM 直接从 HTML 页面发布到我们的安全网站,您将收到此错误。使用 AIM 与 Authorize.Net 集成时,必须通过在服务器上安全位置运行的脚本来发布帖子,而不是通过 HTML 页面。

确保您的帐户设置设置为允许分隔响应。

确认您在脚本中发布变量 x_delim_data,并将其设置为“TRUE”。

另请确认您在将帖子中的变量 x_relay_response 发送到 Authorize.Net 时其值等于“false”。如果您不发送此变量,并且您的响应/收据 URL 设置中列出了任何默认中继或收据链接,您将收到错误 92。

This error can occur for several possible reasons, depending on which Application Programming Interface (API) your software uses to connect to your Authorize.Net account. Usually it is due to mixing methods between our APIs.

If this is AIM , 1. If you are posting via AIM to our secure site directly from an HTML page you will receive this error. When using AIM to integrate with Authorize.Net, the post must be made from a script running in a secure location on your server, and not through an HTML page.

Be sure that your account settings are set to allow delimited responses.

Confirm that you are posting the variable x_delim_data in your script, and that it is set to "TRUE".

Also confirm that you are sending the variable x_relay_response with a value equal to "false" in your post to Authorize.Net. If you are not sending this variable and have any default relay or receipt links listed in your Response/Receipt URL settings, you will receive an Error 92.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文