简体   繁体   English

使用带反应原生的条带连接

[英]Using stripe connect with react native

I'm currently looking to use the Stripe connect feature in my react native application and was wondering if there were any libraries I could use to use stripe connect.我目前希望在我的本机应用程序中使用条纹连接功能,并且想知道是否有任何库可以用来使用条纹连接。 I've looked at react native stripe libraries like tipsi react native but it didn't seem like they support stripe connect.我看过像tipsi react native这样的react native stripe库,但它们似乎不支持stripe connect。 Is there a reference for api I could use to incorporate stripe connect in my application?是否有可用于在我的应用程序中包含条带连接的 api 参考?

The best course of action when using Stripe in react native is to just use the native Stripe libraries.在 react native 中使用 Stripe 的最佳做法是仅使用本机 Stripe 库。

This is due to the security vulnerabilities that exist when not using a Stripe approved library, and due to the lack of support for things like Stripe Connect and other services.这是由于不使用 Stripe 批准的库时存在的安全漏洞,以及缺乏对 Stripe Connect 和其他服务等内容的支持。

--UPDATE-- While I stand by the above for not using unapproved 3rd party libraries, I will say that Stripe does have an API that can also be used securely. --UPDATE-- 虽然我支持上述不使用未经批准的 3rd 方库,但我会说 Stripe 确实有一个也可以安全使用的 API。 In react native, that would be the way I would go about using stripe if I was not in need of the full Stripe libaries.在 react native 中,如果我不需要完整的 Stripe 库,那将是我使用 Stripe 的方式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM