# Update the Stripe subscription Updates the payment method in the subscription. Payment method id will be provided by stripe on updating card details in the front end. Endpoint: POST /zephr/payment/stripe/updateSubscription Version: 2025-07-30 Security: CookieBlaizeSession, JwtQuery, JwtHeaderXBlaizeJwt, JwtHeaderXZephrJwt, JwtBearer, JwtCookie ## Request fields (application/json): - `subscription_id` (string, required) Example: "sub_H8eIeMFwMawg6w" - `payment_method_id` (string, required) Example: "pm_2KrMmOCvDgIhZCB6u0Yn7COE" ## Response 200 fields