Need BOTH mounts: - /stripe/webhook (line 43, BEFORE json parser) - raw body for signature - /stripe (line 83, AFTER json parser) - parsed body for checkout This allows: - Webhook at /stripe/webhook with raw body - Checkout at /stripe/create-checkout-session with parsed body Signed-off-by: Claude (Chronicler #57) <claude@firefrostgaming.com>