#cosoare

1 messages · Page 1 of 1 (latest)

tardy badgeBOT
spice pagoda
#

Personally I would say that is not the case since each PaymentIntent is unique, so as long as TLS is enabled, an attacker would not be able to tamper with someone else's payment
Not necessarily true. With the pi_foo_secret_bar and your pk_xxx key (which is accessible client-side), a malicious party could attempt payment confirmation.

#

The worst an attacker can do is call our API to generate PaymentIntents.
If that's the case then you have bigger issues as they'd have access to your secret key.

#

Which is why we don't recommend logging/storing the PI secrets and only persisting them in local state

#

But it's integral to a custom payment flow that the pi_foo_secret_bar is sent back to your client-side code, yes. Nothing alarming about that in itself

stiff orbit
stiff orbit
stiff orbit
spice pagoda
stiff orbit
spice pagoda
#

Does that clear up any confusion?

stiff orbit
#

It does. Thank you