【问题标题】:Using stripe connect with react native使用条带连接和本机反应
【发布时间】:2019-12-27 05:27:18
【问题描述】:
我目前正在寻找在我的 React Native 应用程序中使用 Stripe Connect 功能,并且想知道是否有任何库可以用来使用 Stripe Connect。我看过像tipsi react native 这样的react native stripe 库,但它们似乎不支持stripe connect。是否有可用于在我的应用程序中合并条带连接的 api 参考?
【问题讨论】:
标签:
react-native
stripe-payments
【解决方案1】:
在 react native 中使用 Stripe 的最佳做法是仅使用原生 Stripe 库。
这是由于不使用 Stripe 批准的库时存在的安全漏洞,以及缺乏对 Stripe Connect 和其他服务等内容的支持。
--更新--
虽然我支持上述不使用未经批准的 3rd 方库,但我会说 Stripe 确实有一个也可以安全使用的 API。在 react native 中,如果我不需要完整的 Stripe 库,那将是我使用 Stripe 的方式。