#max_api

1 messages ¡ Page 1 of 1 (latest)

autumn spruceBOT
#

👋 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.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 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/1504851347542118522

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

vale bison
#

How are you accepting payments with Stripe? You control which payment methods you accept in your integration. You can disable paypal through the dashboard if you use automatic payment methods or in your code if you don't

light veldt
#

Oh, that's not quite what I meant
I meant it as in someone made a fraudulent purchase and I'd like to block future purchases from that, for example, PayPal account

Also I'm using stripe elements

winged moon
#

Hi there, taking over for @vale bison as they had to step away

Looking into what options make sense now

light veldt
#

Ok, which API can I use to explicitly tell it to block a saved payment method?

winged moon
#

I don't have in depth expertise with radar, but my understanding is that you would manage a list of blocked users/fingerprints etc
https://docs.stripe.com/radar/lists

Let me see if I can find more specific docs

#

Ah, I see an internal conversation stating that Radar doesn't currently support blocking specific PayPal payments yet (it's on the roadmap for 2026). I would say your best bet is to reach out to support to get updates on that.
https://support.stripe.com/?contact=true

Also someone in support with more experience with Radar can walk you through your options in the meantime (blocking users based on IP addresses, similar traits, etc)

light veldt
#

I see, thank you ^^