React Native:如何整合Stripe?

时间:2017-04-19 16:36:57

标签: javascript react-native stripe-payments react-jsx stripe-connect

做了一些研究,似乎React Native不支持Stripe。看到ttps://github.com/xcarpentier/react-native-stripe-api和https://github.com/lrettig/react-native-stripe,但前者已过时,不支持Stripe Connect,后者仅支持iOS。

因此,我遇到的唯一直接整合是:http://blog.bigbinary.com/2015/11/03/using-stripe-api-in-react-native-with-fetch.htmlhttps://www.youtube.com/channel/UCfKg5GYGxq2XfQ3ebHx-b2A

问题是:http://blog.bigbinary.com/2015/11/03/using-stripe-api-in-react-native-with-fetch.htmlhttps://www.youtube.com/channel/UCfKg5GYGxq2XfQ3ebHx-b2A是否完全符合PCI标准?

这里列出了完全符合PCI要求的内容,https://stripe.com/docs/security

如果已经使用React Native完全集成Stripe的任何人都可以加入,那么非常感谢任何见解或指导。

提前感谢您,一定会提前/接受回答

1 个答案:

答案 0 :(得分:0)

将Stripe集成到RN项目中有一个很好的library