Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable stripe advanced fraud detection #246

Closed
rinkp opened this issue Jun 28, 2024 · 1 comment · Fixed by #247
Closed

Disable stripe advanced fraud detection #246

rinkp opened this issue Jun 28, 2024 · 1 comment · Fixed by #247

Comments

@rinkp
Copy link
Member

rinkp commented Jun 28, 2024

See GEWIS/sudosos-frontend-2023-09-07#7

These privacy concerns still exist, the reasoning as to why disabling is possible still applies, the mentioned references still work.

From https://stripe.com/docs/disputes/prevention/advanced-fraud-detection

import {loadStripe} from '@stripe/stripe-js/pure';

loadStripe.setLoadParameters({advancedFraudSignals: false});
const stripePromise = await loadStripe('pk_test_XXXXXXXXXXXX');
@JustSamuel
Copy link
Contributor

PR has been opened #247

@JustSamuel JustSamuel linked a pull request Jun 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants