获取交易被拒绝的销售交易

Getting Transaction Declined for sale transaction

我们正在开发基于 remote-pay-android-go SDK 的 Apache Cordova 插件,它将允许 Ionic/Cordova 应用程序与 Clover Go 设备集成。

Here 是插件的 link。我们已经实现了初始化、连接、断开连接和进行销售的基本方法。每当我们通过设备执行销售时,我们都会收到错误消息 "Transaction Declined. Please use another form for Payment",原因 "charge_declined"。

我尝试了 remote-pay-android-go SDK 中的 example 代码,该代码给出了从设备销售的相同错误,并且适用于手动交易。

有人可以帮助我了解我们可能遗漏的地方吗?

提前致谢!

我最近在 Clover 论坛上关注了 David Marginian 的 answer,从而克服了这个问题。

I believe there is something going on with the gateway emulator on sandbox, we are looking into it. In the meantime try transactions > 50 dollars, they should go through fine.

我认为由于默认货币设置为美分,我尝试的值始终保持在 50 美元以下。