#jackzb-radar-rules
1 messages ยท Page 1 of 1 (latest)
Hey! You can setup Radar rules for this in the Dashboard: https://dashboard.stripe.com/settings/radar/rules
Yes that i have checked but i can not able to find IP address rule there so if possible can you please guide me on that
I want to set a rule where same IP address can not be processed with payment more than 3 times
Just payment attempts, or failures?
I did not get your question can you please elaborate more on that ?
I want to set a rule where same IP address can not be processed with payment more than 3 times
3 successful payments, or just 3 attempts regardless of success?
after 3 successful payment
Something like this I guess. Just play around and test it!
but IP should be dynamic i dont want to put it static
Like you can assume one scenario where as user i can only do 3 successful payment from my system and while doing 4th it should not allow me
Pretty sure that value can't be dyanmic I'm afraid
Why would you want to build this?
I want to restrict user in order to multiple payments from single IP in given period of time
That's the what, not the why
IP should be dynamic i think cant we match with the trasaction which has been done already
Its my one of the client requirement
cant we use only this rule ?
:authorized_charges_per_ip_address_daily:
and does it work inside test environment also ?
Yeah that seems like a better filter โ just saw that
Yes, if you create the rule in test mode too
okay but i dont get the actual difference between
:authorized_charges_per_ip_address_daily:
and what you have selected in last screenshot so can you please brief me ?
Total charges will include blocked or rejected charges
Authorised are just successful ones
Again, just test this stuff out. Very easy to do!
okay so you mean i can use only
:authorized_charges_per_ip_address_daily: > 3
so this should work ?
Sounds like it โ but I don't know. Try it out ๐
let me try it out here and update you further