claim_dossier
Redeem a paid Stripe Checkout session to obtain a dossier access token, entity ID, and tier.
Instructions
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 for the unlocked report (standard: full UBO chain + financial history · premium: additionally itemised assets). Idempotent: claiming the same session again returns the same grant, so it is safe to retry. Fails with 402 not_paid until the payment has actually completed — wait for the human to finish Checkout, then call again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Stripe Checkout session id (cs_…) from the success redirect. |