#Kedira
1 messages · Page 1 of 1 (latest)
Hi there!
You can look into Radar rules for this: https://stripe.com/docs/radar/rules
i cant found
What do you mean?
What's your end goal exactly? What do you mean by "if the ip has a history of fraud"?
{
"id": "block-copied-card-number",
"object": "radar.rule",
"created": 1646932855,
"livemode": true,
"status": "active",
"title": "Pagamentos com cartão colado",
"description": "Bloqueia pagamentos em que o número do cartão foi colado em vez de digitado manualmente.",
"conditions": {
"card_number": {
"time_on_file_seconds": {
"lt": 10
}
}
},
"actions": [
{
"type": "block",
"description": "Bloquear pagamento"
}
]
}
]
how i add it?
I'm sorry I don't understand your question.
i want add a rule in json
I would recommend using Radar using the dashboard: https://dashboard.stripe.com/test/settings/radar/rules
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!