#tharin_ldt
1 messages · Page 1 of 1 (latest)
if someone has the client_secret and your public key(which they can always get), they can attempt a payment for that PaymentIntent, which is the main reason why you should try to control access to it a bit
gotcha. In the case that the payment_intent has already been paid for, I assume the secret itself becomes harmless?
mostly, it also lets you retrieve the PaymentIntent object in conjunction with the key(https://stripe.com/docs/js/payment_intents/retrieve_payment_intent), but nothing sensitive is returned though I suppose you could see thing like the amount and currency
nice, thanks a lot for the help!