#Enguerran | Suiswap

1 messages ยท Page 1 of 1 (latest)

spark pastureBOT
devout field
#

Hi there!

#

I'm not sure I follow... you see PaymentIntents created on your account that you didn't create yourself?

rich adder
#

Yes exactly ...

devout field
rich adder
#

Is their a way to know where come from a POST /v1/payment_intents request on your side ?

#

Just to know if the failure come from my backend or from a leaked of my API key

devout field
#

Can you share a PaymentIntent ID (pi_xxx)?

rich adder
#

Yes : pi_3MrhD9H0XDaR4Pyv0haov436

#

An other one : pi_3MrgvQH0XDaR4Pyv1RsA39pJ

fallen minnow
#

Hi ๐Ÿ‘‹ jumping in as my teammate needs to step away soon. Thank you for sharing that, I'm pulling it up.

#

The requests to create those Payment Intents can be seen in your Stripe dashboard:
https://dashboard.stripe.com/logs/req_25z99oJM0XWh6M
https://dashboard.stripe.com/logs/req_553F5IUWgy90MH

I believe that view shows you the IP addresses that the requests came from that you can check against your systems. At first glance it does seem a little odd that those requests don't include a user-agent value, but I'm not sure if that is typical for your integration.

rich adder
#

MMmhhh really strange, coming from india, germany .. and not from my system

#

So it's look like to be a API key leaked, but how is it possible, my system is fully sercured ๐Ÿ˜…

fallen minnow
#

Gotcha, sounds like rolling your API key promptly is the best action here then.

rich adder
#

Yes because look, this is a correct payment intent :
pi_3MqHFcH0XDaR4Pyv1tlVnNXa

#

their is no way to filter the request without USER AGENT data ?

#

For exemple, if the request not include User agent data, simply the creation of the payment intent ?

fallen minnow
#

I don't believe so.

rich adder
#

ok thanks !