我正面临着与this issue完全相似的问题(我使用的是DIBS测试卡)。我检查了所有相关的帖子,但不知何故无法解决它。我执行了www.publicvoid.dk/...ludeDIBSAsAPaymentMethod.aspx.中建议的所有配置还选择了要执行的"Checkout“管道。当我调用Library.CreatePayment(PaymentMethodId)时,我被重定向到付款页面,在成功付款后,我被重定向回successUrl (在我的情况下,是确认页面)。但是在支付回调后仍然没有执行Checkout管道,我的篮子也没有被清空。我的支付状态为“待授权”(在payment_status表中),未更改为已获取。
下面是我的配置:
testMode="True"
debug="False"
login="*********"
password="*****************"
callbackUrl="(auto)"
acceptUrl="http://localhost:13267/en-us/paymentconfirmation.aspx"
cancelUrl="http://localhost:13267/en-us/productoverview.aspx"
merchant="90151341"
useMd5="False"
key1="******************************************************"
key2="******************************************************" />支付成功后,返回如下参数:
merchant +" --->"+ *******
test +" --->"+ 1
decorator +" --->"+ default
callbackurl +" --->"+ http://localhost:13267/9/26/PaymentProcessor.axd
lang +" --->"+ en
currency +" --->"+ EUR
amount +" --->"+ 291300
submitBasket +" --->"+ yes
orderGuid +" --->"+ 18a76c1a-4169-47e3-a317-175402d869e0
paytype +" --->"+ V-DK
flexwin_cardlogosize +" --->"+ 1
orderid +" --->"+ Reference-52
accepturl +" --->"+ http://localhost:13267/en-us/paymentconfirmation.aspx
cancelurl +" --->"+ http://localhost:13267/en-us/productoverview.aspx
transact +" --->"+ 727162826
cardnomask +" --->"+ XXXXXXXXXXXX0000
approvalcode +" --->"+ 123456
statuscode +" --->"+ 2 我是否遗漏了配置的任何部分?或者这里会有什么问题?
发布于 2013-05-24 18:48:28
请参考这一点,使对话保持在一个单一的位置。
谢谢。
https://stackoverflow.com/questions/16709610
复制相似问题