# service_stripe_checkout_free_trial_create Stripe free trial checkout session. No user auth Request the following fields: - success_url - cancel_url - product Response: { "redirect_to": "https://checkout.stripe.com/xxx/xxxx/xxxx", } Endpoint: POST /api/service/stripe/checkout/free-trial/ Version: 3.59.0-ai-plus ## Request fields (application/json): - `redirect_to` (string, required) ## Response 200 fields (application/json): - `redirect_to` (string, required)