如何使用React Native集成Stripe并符合PCI标准?

时间:2016-10-28 20:19:09

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

我到处研究过,似乎React Native并不支持Stripe。我看到https://github.com/xcarpentier/react-native-stripe-apihttps://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接受回答,谢谢

1 个答案:

答案 0 :(得分:4)

我们为这两个平台制作了原生Stripe SDK的包装:https://github.com/tipsi/tipsi-stripe

它还包含RN方面的使用指南。