Publishable keys
Client-side keys that are safe to expose in browser code.
Publishable keys are designed for client-side use in your React webapp. They are safe to expose in browser code. They are used in combination with sessions created with a secret key in your backend.
A publishable key always starts with pk_:
pk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdefFor setup details, see Obtaining a publishable key.