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

Support for additional important Stripe signals for fraud detection #1672

Closed
sts-ryan-holton opened this issue Apr 26, 2024 · 1 comment
Closed

Comments

@sts-ryan-holton
Copy link

Stripe fraud detection is important for the performance of Stripe's radar detection. Data such as billing address can be passed, but according to Stripe, the IP address actually has some significance. However, some applications, such as mine don't by default capture the user's IP address since my Laravel application serves as an API to a Nuxt JS front-end, so the ability to pass this through would be useful:

See https://docs.stripe.com/radar/integration#important-signals-to-send-to-stripe

@driesvints
Copy link
Member

If you use Stripe Checkout this is done for you. I'm also not sure which actions in Cashier you want to add this to? You're always free to send in a PR we can have a look at.

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

No branches or pull requests

2 participants