#dacian.capitan
1 messages · Page 1 of 1 (latest)
Hi there!
hi
Can you clarify your question? I'm not sure I follow.
i'm testing payments with fraud
and when i update a charge it doesnt add item in blocked list
ch_3MlsVKFdL5HPfAz409vZQVY0
Looks like you used the test card 4100000000000019 (always blocked by radar), so the charge was declined as expected.
What exactly is your question?
just wanna try a fraudulent payment and block that card
and add user in block list
or should i use other card
from stripe doc: "You can also make a charge update request using the API and set fraud_details.user_report to fraudulent. This also adds any associated cards and email addresses to your card fingerprint and email block lists."
thats what i did
when a charge failed event occurred, i've updated the charge object and i was expecting to add email in block list
Hey! Taking over for my colleague. Just to confirm what you are trying to achieve. You want to create a list of blocking criteria ? and precisely you are testing this part:
https://stripe.com/docs/radar/lists#:~:text=You can also,email block lists.
right! 🙂
Great, let me check...
i see that i already have a populated list by stripe
This looks like a very edge case, I'm not sure that it can be tested in Test mode (I can't see any public reference to it)
possible. thanks anyway
Try adding an item to any existing list manually and test the fraud detection but I'm not sure that the item detection automatically is supported in test mode, Sorry.
Meanwhile, if you are facing any issue in live mode don't hesitate to come back for this part. We'll be very happy to help!
ok, thanks