我到处研究过,似乎React Native并不支持Stripe。我看到https://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.html。
这里列出了完全符合PCI标准,https://stripe.com/docs/security
所需的内容我的问题是,通过跟随blog.bigbinary.com
使用fetch除了在前端托管我的密钥,我是否完全符合PCI标准,就像我使用Stripe.js一样?我怎样才能确保使用传输层安全性?
任何使用React Native完全集成Stripe的人都可以加入,非常感谢任何见解或指导。
将以upvote接受回答,谢谢