# Set the default Braintree payment method Sets the Braintree default payment method for the logged-in user. This must be a valid payment method already associated with the user. Endpoint: PUT /zephr/payment/braintree/default-payment-method Version: 2025-07-30 Security: CookieBlaizeSession, JwtQuery, JwtHeaderXBlaizeJwt, JwtHeaderXZephrJwt, JwtBearer, JwtCookie ## Header parameters: - `cookie` (string) The session cookie. Example: "`blaize_session=...` (string)" ## Request fields (application/json): - `payment_method_token` (string) The unique ID of the payment method to be set as default for the user. Example: "payment-method-123" ## Response 204 fields ## Response 400 fields ## Response 401 fields ## Response 404 fields