Look up purchase status by Stripe session ID (post-redirect).
No auth required — Stripe session IDs are unguessable (64+ char random strings) and act as bearer tokens for the specific checkout. This allows the Astro SSR success page to confirm purchases without a Clerk JWT.