#nick-plugin-apikeys
1 messages · Page 1 of 1 (latest)
Hi 👋 is this a prebuilt plugin being provided to you by someone else, or are you working on building your own plugin?
prebuilt
it's asking for a secret key and a public key - truth is, I can't see my full secret key in stripe dashboard, so I'm assuming I have to make a new one - but will that replace my previous one or be in addition to?
then, I'm assuming "public key" that they're looking for = "publishable key" in my dashboard in stripe, is that correct?
Gotcha, that does sound right, but we're less familiar with how various third-party plugins are intended to work and how they need to be set up.
You're correct that in live mode the existing secret key cannot be seen, and that you will need to either roll your existing one to get a new value or create a new secret key if that option is available.
ok, thanks for that - will creating a new secret key (since I can't reveal it like some stripe documentation shows), replace the old key, or be in addition to (meaning, can I have multiple keys?)
nick-plugin-apikeys
If you see a "+ Create secret key" button that creates a new secret key in addition to the existing one. Rolling a key is the process of invalidating its current value and generating a new value for the existing key.