Wait for payment
poll_checkoutLong-poll a Checkout Session from checkout (~18s). Returns { status: open|complete|expired, grantApplied, roostUrl, tier }. If still open, tell the user to finish paying at checkoutUrl and call poll_checkout again. When grantApplied is true, the webhook has (or is about to) apply the grant — call lookup to confirm forever/tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Checkout Session id (`cs_…`) from `checkout`. |