# service_orgs_users_stripe_subscription_renewal_create Mixin that includes the StudentTokenAuthentication and IsAdminUserOrStudent Endpoint: POST /api/service/orgs/{org}/users/{user_id}/stripe/subscription-renewal/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Request fields (application/json): - `checkout_session_uuid` (string, required) - `return_url` (string, required) ## Response 200 fields (application/json): - `subscription_id` (string, required)