---
title: "Get checkout session status"
method: GET
path: "/billing/checkout-session/{sessionId}"
tags: ["Billing"]
---

# Get checkout session status

`GET /billing/checkout-session/{sessionId}`

Poll the completion status of a checkout session created by this organization.

## Path parameters

- `sessionId` string, required — The checkout session id returned by createCheckoutSession.

## Query parameters

- `organizationId` string — Organization to operate on. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).

## Response `200`

OK

- object
  - `status` 'pending' | 'active' | 'expired', required

---

[API](https://skmtc.dev/sazabi/apis/sazabi-public-api.md) · [All operations](https://skmtc.dev/sazabi/apis/sazabi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sazabi/sazabi-public-api/revisions/1d12b71c735a/schema)
