# Retrieve the Stripe public key This API endpoint fetches the public key associated with a tenant for payment processing. If the user is authenticated and the tenant has a configured Stripe public key, the endpoint will return the Stripe public key in a String format. Endpoint: GET /blaize/payment/stripe/publicKey Version: 2025-07-30 Security: CookieBlaizeSession, JwtQuery, JwtHeaderXBlaizeJwt, JwtHeaderXZephrJwt, JwtBearer, JwtCookie ## Header parameters: - `cookie` (string, required) The session cookie is employed to ascertain whether a user is already authenticated or has an active session. Example: "blaize_session=57685913-7365-4dae-a425-1c2c2f72cc0"