问题标签 [netbanx-api]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
218 浏览

php - OpenCart PHP回调数组问题

我正在尝试编写 Netbanx API 扩展并且访问阵列失败。我在审讯时收到未定义索引的 PHP 错误。

数组转储是:

数组([transaction_status] => 成功 [transaction_merchantRefNum] => 476 [id] => 271ZH271ZH271Z [transaction_amount] => 4200)

我的回调函数是:

0 投票
2 回答
324 浏览

javascript - 使用 Netbanx API

我正在尝试使用 Netbanx API,但我总是得到 {"error":{"code":401,"message":"Not authorised"}} 我不知道我做错了什么。

0 投票
1 回答
223 浏览

php - Omnipay Netbanx issue with state & country errors

I'm in the process of implementing Netbanx as a payment gateway using the Omnipay PHP library, but I'm having an issues with errors relating to "Node: state" and "Node: country" strings being less than the minLength facet.

Note: I'm using the test credentials provided to me when registering for a developer account at Netbanx, and test CC details listed in their documentation here: docs.

Here is a code snippet from my Payment class:

Here is the dumped response with the errors I'm seeing:

Here's the formatted XML data being sent to Netbanx:

Any help, advice or pointers in the right direction as to what might be causing these issues would be greatly appreciated :)

0 投票
1 回答
61 浏览

c# - 如何使用 NetBanx (OptimalPayments) API 让客户在定期计费中出错

我正在使用 OptimalPayments API 进行定期计费。我想创建一个使用 API 的 C# 应用程序,该 API 可以获取所有交易失败的客户(例如:信用卡过期的客户)。

但我不知道应该执行哪个 API URL 和 Call。我查看了 CreditCardWS 和 ilsLookup API,但它们似乎没有完成这项工作。

0 投票
1 回答
347 浏览

netbanx-api - 我应该使用什么端点来集成 Paysafe Cards API?

我正在尝试调用卡片 api,并想弄清楚我应该调用哪一个来获得不同的响应。

0 投票
1 回答
533 浏览

3d-secure - 当我尝试向 Paysafe 发送请求时,我不断收到来自 API 的以下响应

这是我用来提出请求的代码。

这是我得到的回应

即使删除 JSON 代码,我也会收到相同的错误。所以我假设我的凭据不正确。

0 投票
1 回答
156 浏览

netbanx-api - Paysafe API 的 TxnMode 错误

我一直在尝试获取要通过的示例 Web 服务请求,但一直收到错误消息。请参阅我的设置。

账号:89994061 店铺ID:test 店铺密码:test

样品请求(代码)

收到错误

所需的字符串参数“txnMode”不存在

这是文档中的确切要求,它对我不起作用。我在做什么不正确?任何输入将不胜感激。

0 投票
2 回答
178 浏览

php - Web 服务中返回错误

我一直在尝试调试它。我的想法不多了。我有以下简单的 PHP 代码。

不幸的是,每次我尝试运行它时,我都会遇到 XML 请求的问题。这是请求。

任何人都可以提供一些关于没有正确编码的见解吗?

0 投票
2 回答
1319 浏览

api-key - Paysafe 卡支付 API 出错?

这听起来可能很愚蠢,但是对于我为 Card Payments API 发出的每个请求,我都会收到此错误。

该错误似乎表明我无权做某事。这是一个访问问题,因为我认为我使用了正确的密钥吗?有人见过 Paysafe 的这个错误吗?

0 投票
1 回答
335 浏览

netbanx-api - Paysafe POSTMAN 404 用于卡支付

我无法进行正确的交易。我没有马上编码。我想先用 POSTMAN 测试它,但我似乎遇到了问题。

我正在使用以下端点

https://api.test.paysafe.com/cardpayments/v1/accounts/89994061

样品请求(代码)

示例响应(代码)

似乎端点不正确。我从你的开发者中心收到了这个。什么是不正确的?