Google 使用 Braintree Drop-In 进行支付整合 UI

Google Pay integration using Braintree Drop-In UI

我已经完成将 Braintree 网关作为我的支付处理器集成到我的 Android 应用程序中。我使用 Drop-In UI 完成付款,并启用了 Google 付款选项。在 Sandbox 环境中一切都按预期工作,现在我已经创建了一个生产帐户并获得了 Braintree 的批准。

为了启用 Google 支付选项,我还必须让 Google 审核我的应用程序,遵循下面 link 中列出的流程: Google Pay integration checklist

除其他事项外,文档声明我在提交应用程序时必须使用 WalletConstants.ENVIRONMENT_TEST。

我认为 Google Pay initilization 不能通过 sdk 中的 drop 进行编辑,所以 Braintree Google Pay setup 没有办法将 WalletOptions 环境设置为 WalletConstants.ENVIRONMENT_TEST .那么我应该发送我的应用程序的沙盒 build/account 以供审核吗? Braintree's Sandbox是否对应WalletOptions设置环境参数WalletConstants.ENVIRONMENT_TEST?

这是一个简单的问题,但 Braintree 支持没有答案。

完全披露:我在 Braintree 工作。如果您有任何其他问题,请随时联系 support

android Drop-in UI dependency on Braintree's Android SDK. In the Android SDK, the WalletOptions environment 取决于您是使用沙箱还是生产凭据初始化 Braintree 环境。

因此,如果您使用 Braintree 沙箱凭据创建应用,则应为您设置 WalletConstants.ENVIRONMENT_TEST