Skip to content

Repeated POST API calls to https://m.stripe.com/6 - for fraud detection? #1512

@divebuddycom

Description

@divebuddycom

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"
}

  1. Environment
    1. Platform: Web
    2. SDK version: 9.6.9
    3. OS version: macOS Tahoe version 26.1
    4. Xcode/Android Studio version: Xcode Version 26.0.1 (17A400)
    5. React Native version: React Native: 0.81.5, Expo SDK: 54.0.21, React: 19.1.0
    6. SDK installation (CocoaPods + version or manual): manual
    7. How widespread is the issue. Percentage of devices affected. - I'm still in development, no devices yet.
  2. Debug logs that reproduce the issue - no debug logs.
  3. Steps to reproduce, with a description of expected vs. actual behavior - just use the latest react-native-purchases SDK.
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions