---
title: "Get Payment"
method: GET
path: "/api/v1/payments/{project_id}"
tags: ["payments"]
---

# Get Payment

`GET /api/v1/payments/{project_id}`

Get the payment status for a project.

## Path parameters

- `project_id` string, uuid, required

## Response `200`

Successful Response

- PaymentResponse — Payment summary returned in list/detail views.
  - `id` string, uuid, required
  - `project_id` string, uuid, required
  - `quote_id` string, uuid, required
  - `method` string, required
  - `status` string, required
  - `amount` string, required
  - `deposit_amount` string, nullable
  - `currency` string, required
  - `po_number` string, nullable
  - `shipping_address` string, nullable
  - `tax_amount` integer, nullable
  - `total_with_tax` string, nullable
  - `notes` string, nullable
  - `paid_at` string, date-time, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `submitted_by_admin_id` string, uuid, nullable
  - `submitted_by_label` string, nullable
  - `po_document_extraction` CommercialDocumentExtractionSummary — Compact extraction status for list/detail views.
    - `id` string, uuid, required
    - `status` string, required
    - `provider` string, required
    - `schema_version` string, required
    - `confidence` number, nullable
    - `aggregate_total_cents` integer, nullable
    - `currency` string, nullable
    - `max_lead_time_days` integer, nullable
    - `error_message` string, nullable
    - `started_at` string, date-time, nullable
    - `completed_at` string, date-time, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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