编程语言
首页 > 编程语言> > javascript – 如何使用React Native集成Stripe并符合PCI标准?

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

作者:互联网

我到处研究过,似乎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接受回答并感谢你

解决方法:

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

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

标签:javascript,react-jsx,react-native,stripe-payments,stripe-connect
来源: https://codeday.me/bug/20190623/1267147.html