# service_platforms_stripe_pricing_page_callback_retrieve Handle callback after successful Stripe checkout. Redirects user to another page, ensures user subscription is updated accordingly. URL Parameters: - stripe_checkout_id: The local Checkout Session UUID Response: - Redirect: Successfully validated and sending to next page - 404: Checkout session not found - 400: Invalid checkout session or product - 500: Server error during processing Endpoint: GET /api/service/platforms/{platform_key}/stripe/pricing-page-callback/{checkout_session_id}/ Version: 3.59.0-ai-plus ## Path parameters: - `checkout_session_id` (string, required) - `platform_key` (string, required)