我研究了如何使用 React Native 实现 Stripe,但还没有找到一个可靠的方法。显然,React Native 不支持 http module,因此必须使用 Stripe API 使用fetch
(如http://blog.bigbinary.com/2015/11/03/using-stripe-api-in-react-native-with 中所述-fetch.html)。
所以我的问题是,对 Stripe API 端点使用 fetch 方法是一个很好的替代方法stripe.js
吗?不使用我会错过什么stripe.js
吗?另外,stripe.js
Stripe SDK是另一个名称吗?
最后,通过使用 fetch 到 Stripe API 端点代替stripe.js
,它是否仍然被视为完全符合 PCI 的集成,如https://stripe.com/docs/security 中所述?
先感谢您