第一个数据全局网关API给出了不可预测的信息
我在第一个数据全局网关上创建了一个测试帐户,并在我的 Web 应用程序(C# 和 .net)中使用了他们的 api。但有一个问题是它表现出不可预测的行为。有时它接受错误的信用卡号码,但有时如果我提供正确的信用卡号码,则会给出由于信用卡无效而交易被拒绝
。我尝试了一切,但没有效果。请帮助我。 我正在使用 1909460160.pem
文件、'Linkpointtransaction.dll' 和 lpssl.dll。它有时工作正常,但有时它会给出错误天气我传递了正确或不正确的值。
I have created a test accout on first data global gate wayand used their api in my webapplication (C# and .net). but there is a problem that it shows unpredictable behaviour. sometimes it accepted wrong credit card numbers but sometime if I give correct credit card number then it gives transcation declined due to invalid credit card
.I tried eyerything but there is no effect.please help me.
I am using 1909460160.pem
file,'Linkpointtransaction.dll' and lpssl.dll.It works fine sometime but sometime it gives error weather I passed correct or incorrect value.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过他们的 Web API 而不是 .NET API? Web API 使用 SOAP 请求,一旦我完成所有设置,集成起来会更容易一些。至于不可预测的结果,我在这两个 API 上都没有遇到过这个问题。
Have you tried their web API instead of the .NET API? The web API uses SOAP requests and was a bit easier to integrate in once I got everything setup that is. As far as unpredictable results, I haven't experienced that problem on either API.