---
title: "Gets the current status of a checkout session."
method: GET
path: "/payment/session/{sessionId}"
tags: ["Payment"]
---

# Gets the current status of a checkout session.

`GET /payment/session/{sessionId}`

Used to check whether the payment was successful or is still pending.

## Path parameters

- `sessionId` string, required

## Response `200`

OK

- GetCheckoutSessionEndpointOutput
  - `status` string, required — The current status of the checkout session.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/revisions/d779de93a5ee/schema)
