# Create a Stripe setup intent secret Creates the client secret to update card details Endpoint: POST /zephr/payment/stripe/setupIntentSecret Version: 2025-07-30 Security: CookieBlaizeSession, JwtQuery, JwtHeaderXBlaizeJwt, JwtHeaderXZephrJwt, JwtBearer, JwtCookie ## Header parameters: - `cookie` (string) The session cookie. Example: "`blaize_session=...` (string)" ## Response 200 fields (application/json): - `clientSecret` (string) Reference to Stripe payment required to process payment in front end. Example: "src_client_secret_QfsM25CJ2uCMon72MiOmUNTj" ## Response 404 fields