claim_dossier
Redeem a paid Stripe Checkout session for a dossier access token. Pass the session_id (cs_…) from the post-payment redirect after buy_dossier. Returns { token, entity_id, tier } — pass the token to get_dossier as its token input. Idempotent; fails with 402 not_paid until payment completes, so wait for the human to finish Checkout then call again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |