#How to retrive this key.

9 messages · Page 1 of 1 (latest)

polar citrus
#

"pk" stands for "private key", it is not intended to be retrievable and indeed would be a major security vulnerability if it were

#

That key is how you identify your app to Stripe and control access to your account. If it were retrievable via a checkout url, anyone you send a link to could impersonate your account

#

This is your checkout link? If so, you should retrieve the pk_live from your Stripe developer dashboard. If this isn't your checkout link, well what you're trying to do could be accurately called "hacking" and would constitute illegal access of someone else's Stripe application, and we don't allow discussion of illegal behavior here 🤷

snow cosmos
#

hi, PK is private. Please explain your intent here? If you want to create a checkout you have to get the PK from your dashboard and use it to create a checkout link, that is handled server side and the sensitve information isnt visible to public

shadow canyon
shadow canyon
polar citrus
#

Oh I probably should have verified that before popping off 🤦 but still you should be pulling it out of settings

#

Why are you trying to extract this from requests instead of getting it from the primary source?

shadow canyon