#pritzstik_api

1 messages ยท Page 1 of 1 (latest)

mental thornBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!

โฑ๏ธ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1214594748107591711

๐Ÿ“ Have more to share? You can add more detail below, including code, screenshots, videos, etc.

quiet daggerBOT
lean gazelle
#

Essentially I'm building a Python script to block cards en masse on request assuming the CSV file is populated with the card fingerprint. But I'm unsure of the resource type and the corresponding permissions I need to set for the API to work properly.

karmic crow
#

Hi ๐Ÿ‘‹ I'm not sure what resource type or permissions you're referring to. Fingerprints are typically used for deduplication rather than payment blocking. If you want to block payments based on fingerprints, you will need to build that logic on your end, we don't have a prebuilt solution for that. You can inspect the fingperint on the cards you're using, compare that with your block list, and determine whether you should progress with processing a payment.

lean gazelle
#

Hmmm okay, I might have asked the question in the wrong way. I want to block 2000+ cards from making further payments. We've identified 2000+ cards that <99% bad actors on our payment network, and I want to stop them from making further payments. We don't intend to let these cardholders make any more payments. Will the Stripe API let me do this? I don't want to manually sit here and block 2000+ cards one by one.

karmic crow
#

No, there is no way to do that via the API.

I'm not too familiar with it, because we don't know too much about Radar in this forum, but it looks like there may be an option via Radar to upload a list to use when writing a custom block rule:
https://docs.stripe.com/radar/lists
I believe that requires a Radar for Fraud Teams subscription, but would recommend double checking that with our Support team, as they should be more familiar with the product than we are here in this forum:
https://support.stripe.com/?contact=true