#ocardenas.
1 messages · Page 1 of 1 (latest)
Hello what's your question?
how I can control a lot of payment intents incomplete from a same user?
You can re-use one already created
how I can detect if a person is using the element of stripe for find a credit card valid?
hello, I'm stepping in now
is posible block a user or ip that are making a lot of payment intens?
hi! @tiny frigate
taking a step back - first, are you the developer who built your integration?
do you speak spanish?
no sorry, English only
that's ok
I have a doubt about payment intents
I have a website with a card element of stripe
in this website I have a suspicion that someone
is trying to hack my web
or trying make a payment intent with credit cards stolen
Can I control this from payment element from stripe?
or from stripe?
yes I'm a dev
and yes I built the integration
gotcha so first things first
having incomplete PaymentIntents isn't a bad sign in itself. It depends on how you integrate but it could be that someone came on your page (where you create a PaymentIntent) and say, refreshed it 10 times, resulting in 10 PaymentIntents, all in status: requires_payment_method which the Dashboard calls "incomplete PaymentIntents"
so second, how many "incomplete PaymentIntents" do you have in your Dashboard? (which again, by itself isn't anything bad)
I have 111 payment intents incompletes
ok, is that across a single day? a single hour? or all time?
and yes they have " "status": "requires_payment_method"
all time
yeah so like I said, that isn't an issue by itself. It doesn't mean anyone is trying to "hack" you.
is posible block a user or ip that are making a lot of payment intens?
this is possible but first we have to identify if the same user was creating PaymentIntents or not, do you have any such indication (e.g. PaymentIntents created in ~minutes/seconds of each other)
@frail adder do you have more questions?
no thanks a lot