square-connect for react native 可用吗?

square-connect for react native available?

我正在做一个 React Native 项目,我想整合广场 API 以使用小额支付。我查看了方形文档并提供了示例 (https://github.com/square/connect-api-examples)。

显然本机移动开发尚不支持交易 API + 付款表格或结帐 API (https://docs.connect.squareup.com/payments/take-payments)。销售点 API 似乎不符合我们的需求。

有什么方法可以让 square-connect 为 react native 工作吗?

谢谢。

一定要是Square吗?还有很多其他方式可以通过 React Native 进行付款。

  1. Apple & Android Pay (recommended)
  2. Stripe
  3. Braintree
  4. PayPal

如果它必须通过他们的事务处理 API,那么您应该能够使用 WebView 来完成它,在这种情况下,您可能还想使用这些 WebView 通信库之一。

NOTE: There are others

这个项目很新,看起来很有前途:https://github.com/SudoPlz/react-native-sp-reader-sdk。它旨在为 react-native 桥接新的 Square ReaderSDK,以便您可以使用物理方形设备在您的应用程序上付款。