#CapsAdmin

1 messages · Page 1 of 1 (latest)

polar geyserBOT
silk oar
worn hemlock
#

the clientSecret id from creating a payment intent. But this looks like what I want, however I'm not sure where that function is in the api (can't find it when searching through the typescript definitions)

is this on the client api?

silk oar
#

Yes, this is via Stripe.js. It's a convenience wrapper function, the underlying action (to lookup a PI via client_secret) is not exposed elsewhere in API

worn hemlock
#

i was under the impression that a paymentid should not be exposed on client, only client secret, but i'm probably wrong

silk oar
#

Nope, the pi_xxx ID is safe to share

worn hemlock
#

alright, thanks for the help!