---
title: "Get the status of checkout session"
method: GET
path: "/api/v1/checkout/sessions/{id}/completed_webhook_delivered"
tags: ["Checkout Sessions"]
---

# Get the status of checkout session

`GET /api/v1/checkout/sessions/{id}/completed_webhook_delivered`

Returns only a status of checkout session with its transaction hash

## Path parameters

- `id` string, required

## Response `200`

- CheckoutSessionCompletedDto
  - `completed` boolean, required — if true, the checkout session was completed
  - `transactionHash` string — The transaction hash of the payment
  - `status` 'open' | 'complete' | 'incomplete' | 'expired', required
  - `updatedAt` string, date-time, required — The date when the session was last updated

## Other responses

- `500`

---

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