---
title: "Check the status of a checkout."
method: GET
path: "/checkouts/{token}/"
tags: ["Checkout"]
---

# Check the status of a checkout.

`GET /checkouts/{token}/`

Poll this endpoint after rendering the hosted checkout iframe. When the `status` attribute returns `tokencreated`, the checkout is complete and the token can be used to confirm payments.

## Path parameters

- `token` string, required

## Response `200`

Response when creating a temporary payment method

- InlineResponse200TemporarypaymentmethodGet
  - `token` string
  - `status` string — Checkout or temporary payment method status. `tokencreated` means the token is ready to use.

## Other responses

- `400` — Invalid status value

---

[API](https://skmtc.net/askell/apis/a-skell-api.md) · [All operations](https://skmtc.net/askell/apis/a-skell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/askell/a-skell-api/versions/9234f937fa26/schema)
