---
title: "Get Payment Items"
method: GET
path: "/api/v3/payments/{payment_id}/items"
tags: ["Payments - Cashflow"]
---

# Get Payment Items

`GET /api/v3/payments/{payment_id}/items`

## Path parameters

- `payment_id` integer, required

## Response `200`

Successful Response

- PaymentItemOut[]
  - `id` integer, required
  - `payment_id` integer, required
  - `orden_compra_id` integer, nullable
  - `compra_id` integer, nullable
  - `venta_id` integer, nullable
  - `orden_id` integer, nullable
  - `payable_id` integer, nullable
  - `payable_type` string, nullable
  - `tipo` 'manual' | 'purchase_order_transfer' | 'purchase_transfer' | 'document_transfer', required
  - `total_a_pagar` string, required
  - `total_pagado` string, required
  - `estado` 'active' | 'partial_applied' | 'fully_applied' | 'voided', required
  - `nota` string, nullable

## Other responses

- `422` — Validation Error

---

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