Repeated POST API calls to https://m.stripe.com/6 - for fraud detection?
- [X] I have updated Purchases SDK to the latest version
- [X] I have read the Contribution Guidelines
- [X] I have searched the Community
- [X] I have read docs.revenuecat.com
- [X] I have searched for existing Github issues
Describe the bug I am noticing unexpected and repeated network traffic to https://m.stripe.com/6 (POST API calls) in my React Native application after installing and configuring react-native-purchases for RevenueCat. These calls occur on every screen navigation or page visit. I am not using the Stripe SDK (@stripe/stripe-react-native) and have no other Stripe dependencies in my project. I am strictly using react-native-purchases and react-native-purchases-ui. The response that I get back from the POST API calls looks like this:
{ "muid": "23af3fc9-52c2-4216-8128-7f587f1554bcf6dc81", "guid": "aa394064-aec0-405f-b710-7dc69589cb9618b820", "sid": "d1f730b0-1a5f-48ec-a85f-8004cdd99d10c3ec8c" }
- Environment
- Platform: Web
- SDK version: 9.6.9
- OS version: macOS Tahoe version 26.1
- Xcode/Android Studio version: Xcode Version 26.0.1 (17A400)
- React Native version: React Native: 0.81.5, Expo SDK: 54.0.21, React: 19.1.0
- SDK installation (CocoaPods + version or manual): manual
- How widespread is the issue. Percentage of devices affected. - I'm still in development, no devices yet.
- Debug logs that reproduce the issue - no debug logs.
- Steps to reproduce, with a description of expected vs. actual behavior - just use the latest react-native-purchases SDK.
- Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Additional context Is this expected behavior OR is there a way to disable advanced fraud detection in Stripe, if that is what this is.
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!
Hi @divebuddycom, thanks for reporting! I'd like to take a deeper look into this, do you have any logs that you can share that show the SDK making these requests? The SDK logs all of the network requests it sends, these docs show you how to change the SDK's log level with the setLogLevel() function to make them more verbose if needed.
Thanks!