#Alexander_
1 messages · Page 1 of 1 (latest)
Hi
That depends on your security policy and requirement, but in general, you should update your secret keys at some point and don't use keys with no expiration days. Also I (personally) recommend you to use restricted keys:
More details can be found here:
https://stripe.com/docs/keys#rolling-keys
https://stripe.com/docs/keys#create-restricted-api-secret-key
Again that's completely up to you according to your security requirements
thanks, agree with that but I'm trying to determine if it's a blocker to start using stripe elements (like updating the publishable key is a blocker)
Whenever it becomes a blocker you'll get an error like you got with the publishable key. For a 10 year old key, you should probably start thinking of migrating and using the new key.
I see, thanks