简体   繁体   English

Ogone付款网关集成php

[英]Ogone payment gateway integration php

i have some problems to use ogone merchant service 1-when i try to make test payment with "Create a test payment with Ogone e-Commerce Merchant assistant option " ogone return empty result for $_POST content(did not return any parameter to my php result page) 我在使用ogone商户服务1时遇到一些问题,当我尝试使用“使用Ogone电子商务商户助手选项创建测试付款”进行测试付款时,ogone为$ _POST内容返回空结果(未向我的php返回任何参数结果页)

2-when i want to connect with php post method to ogone server, some error occured: 2-当我想用php post方法连接到ogone服务器时,发生了一些错误:

The following error has occurred: unknown order/1/r/ & rec1 not included in your account 发生以下错误:您的帐户中未包含未知订单/ 1 / r /&rec1

3- in the transfer to production mod process in the invoicing information ogone need to enter credit card details ,why i should enter credit card details as a merchant? 3-在转移到生产模块的过程中,发票信息中需要输入信用卡详细信息,为什么我应该以商人身份输入信用卡详细信息?

"ogone return empty result for $_POST content(did not return any parameter to my php result page)" Check GET parameters - they don't seem to use post when redirecting back to merchant site. “为$ _POST内容返回了空结果(未向我的php结果页面返回任何参数)”检查GET参数-重定向回商户网站时,它们似乎不使用post。

As for errors, I have been receiving error "unknown order/1/r/" in case when SHA checksum of submitted parameters was incorrect, and "rec1 not included in your account" in case when I tried to submit alias name. 至于错误,如果提交的参数的SHA校验和不正确,我将收到错误消息“未知订单/ 1 / r /”,如果尝试提交别名,则将收到错误“ rec1不包含在您的帐户中”。 I haven't yet figured out how to work with aliases, for now I simply removed all alias-related parameters from my submission to Ogone and it started to work. 我还没有弄清楚如何使用别名,因为现在我只是从提交给Ogone的提交中删除了所有与别名相关的参数,它开始起作用。

As for point 3 - no idea what you're talking about. 至于第3点-不知道您在说什么。 Never had to enter credit card information as a merchant. 无需以商人身份输入信用卡信息。

UPD: Sorry, according to Ogone FAQ error code "unknown order/1/r" means that the referer has not been configured correctly in your technical account information. UPD:很抱歉,根据Ogone常见问题解答错误代码“未知订单/ 1 / r”,表示您的技术帐户信息中的引荐来源网址配置不正确。 For incorrect SHA checksum it's "unknown order/1/s". 对于不正确的SHA校验和,它为“未知顺序/ 1 / s”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM