---
title: "Get Order Payment Status"
method: GET
path: "/v1/customer-portal/orders/{id}/payment-status"
tags: ["customer_portal", "orders", "public"]
---

# Get Order Payment Status

`GET /v1/customer-portal/orders/{id}/payment-status`

Get the current payment status for an order.

## Path parameters

- `id` string, uuid4, required — The order ID.

## Response `200`

Successful Response

- CustomerOrderPaymentStatus — Payment status for an order.
  - `status` string, required — Current payment status.
  - `error` string, nullable — Error message if payment failed.

## Other responses

- `404` — Order not found.
- `422` — Validation Error

---

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