#MayankBruh-keys
1 messages ยท Page 1 of 1 (latest)
From the dashboard
Control panel.gg
I've no idea what that is. Anyway, secret key in this context will be your secret API key (sk_xxx), from here: https://dashboard.stripe.com/apikeys
The endpoint secret key pertains to webhook event signing: https://stripe.com/docs/webhooks/signatures
Those are unique per webhook, can also be found in your Dashboard once configured
it worked!! @mortal star
can you help me setup 3d secure
as some guys are threatening me that they will get my stripe deactivated
i have some us client payment that will come thru
What do you mean by 'setup'? It's not something you really setup, you just need to be able to handle 3DS requests
How are you currently integrating?
i just used the open source client
there i just had to add endpoint secret and sk key
do i have to do it from backend?
I'm not really sure that this means
What's your Stripe account ID?
like the email?
Normally looks like acct_xxx
I wouldn't recommend sharing your email here (the server is public)
Just stepping in to help.
@thorn current, you can use Radar in order to block non-3DS payments, or set payment_method_options[card][request_three_d_secure]to be any when creating a PaymentIntent to force 3DS ๐
By default, Stripe should ask 3DS authentication automatically using risk level and other parameters (like SCA in Europe).
@mortal star ig someone is carding
how do i prevent this
pls tell me
@frigid tapir
my friends bot flantic stripe suspended too
this means that 3d secure is enabled right?
@void fable
@frigid tapir Mayank needs to enable 3D Secure to protect himself against carding.
Yes, that means 3D Secure is enabled. Did you add the parameter I told you ?
i cant
its like a setup
You use an online service ?
So it's a self-hosted thing right ?
like minecraft and all
If you are confident enough with code to edit this code, you can add the parameter.
If not, I would recommend to use Radar for Fraud Teams that allows you to force 3DS (see https://stripe.com/radar/pricing for prices) or you may need to find alternative solutions like WAF filters or rate-limiting on your server if you don't want to change the platform code.
Let's back up a moment.
@thorn current can you clarify what you need to do here? You said: can you help me setup 3d secure
Which integration flow are you using?
Are you using a plugin?
Long story short for you bismarck: Mayank is afraid of carding on his platform and wants to force 3D Secure, he uses a premade open source tool.
Where you provide your API key to a third party?
nah
like many of my friends stripe got banned bc peopel carded on there links
Flantic bot it is
and ik its really difficult to get back that stripe account
these are the files
if you can check the integeration
@frigid tapir I've checked it's using Checkout Sessions.
Checkout Sessions does include protection against card testing and chargebacks automatically right ?
i am not that dumb sir ik you dont give anyone your api key
thats dangerous
That's not what he meant haha
nah i am not being rude or anything
i am chill
just dont want my account to be terminated uk
So yes Checkout has some built in card testing prevention tools.
so i should not fair about carders right?
@void fable are you sure this uses New Checkout versus Legacy Checkout?
and clients are saying they are unable to pay using american express cards
I'm not sure, it looks like it could be using Legacy Checkout
But I can't find their Stripe Client implementation
@thorn current can you provide an example charge on your account that I can look at?
Would love to see your exact integration.
there are none
there are failed charges i got scared that someones carding
Okay can you share one of those?
It's using stripe-php 7.107 ("stripe/stripe-php": "^7.107",) if that's of any help ?
he used like 3 cards
i suspended his accoutn from dash
so this guy is a carder
Send this information, in the top right corner
can you block this guy from stripe
cant find
Go back into All Payments, and uses this link under the three dots of the failed charges
Thanks, give me a moment to look at that
Okay yeah so this is using New Checkout which does have some built in fraud protection as well as Radar. You can see that the payment attempts either required 3DS or were eventually blocked by Radar due to a high risk score since the customer was identified as a tester.
If you want further fraud prevention, then Radar for Fraud Teams (https://stripe.com/radar/fraud-teams) would be the best way to go. This would allow you to write custom rules based on what you are selling that can help prevent fraud/testing: https://stripe.com/docs/radar/rules
idk where to put it
For instance, you can block based on total charges per IP address or email
You set up rules in your Dashboard here: https://dashboard.stripe.com/settings/radar/rules
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
is this because of the carder?
No, that is likely because you just submitted your application
ohh
so it comes to every business right?
Yes
Yep those are the default rules that we provide for you
But if you want to write custom rules then you can upgrade to Radar for Fraud Teams
Take a looks at the docs that I sent above.
ohh so i have to subscribe for something
ohkay
got it
@frigid tapir had to step away. This is a really. long thread. Can you summarize the current state of things?
everything is done just i got this email now
do i have to put the website that i am using the payment gateway in or the main website?