#sudhanshu
1 messages · Page 1 of 1 (latest)
Can you share an example of a fraudulent payment?
yes , here is the screenshot , but with the same card details first payment has been successfully transactioned
I need an ID please
Of the payment (pi_xxx)
pi_3NdUFVHBzVLseUqK0aLDIama
and this even is being occured multiple times
is there any way to detect it at first place
You need to roll your API keys immediately: https://stripe.com/docs/keys#rolling-keys
Looks like they've been leaked as those payments are created with your secret key
If they are indeed malicious
okay
i have changes the live key now
*changed
will it solve this issue?
can we add any otp option to autheticate every transactions?
Well it'll prevent people from using that old API key toi make requests
Not sure what you mean?
like is there any way to by which we can add a extra authentication layer where user will recieve a code before making a transaction?
You can manually request 3DS for every payment yes: https://stripe.com/docs/payments/3d-secure#manual-three-ds
okay
Otheriwse, I'd just generally recommend to be super careful with your secret key
okay