---
title: "Return the details of a specific debt position."
method: GET
path: "/organizations/{organizationfiscalcode}/debtpositions/{iupd}"
tags: ["Debt Positions API"]
---

# Return the details of a specific debt position.

`GET /organizations/{organizationfiscalcode}/debtpositions/{iupd}`

## Path parameters

- `organizationfiscalcode` string, required
- `iupd` string, required

## Response `200`

Obtained debt position details.

- PaymentPositionModelBaseResponse
  - `iupd` string
  - `organizationFiscalCode` string
  - `type` 'F' | 'G'
  - `companyName` string
  - `officeName` string
  - `insertedDate` string, date-time
  - `publishDate` string, date-time
  - `validityDate` string, date-time
  - `paymentDate` string, date-time
  - `status` 'DRAFT' | 'PUBLISHED' | 'VALID' | 'INVALID' | 'EXPIRED' | 'PARTIALLY_PAID' | 'PAID' | 'REPORTED'
  - `lastUpdatedDate` string, date-time
  - `paymentOption` PaymentOptionModelResponse[]
    - `nav` string
    - `iuv` string
    - `organizationFiscalCode` string
    - `amount` integer
    - `description` string
    - `isPartialPayment` boolean
    - `dueDate` string, date-time
    - `retentionDate` string, date-time
    - `paymentDate` string, date-time
    - `reportingDate` string, date-time
    - `insertedDate` string, date-time
    - `paymentMethod` string
    - `fee` integer
    - `notificationFee` integer
    - `pspCompany` string
    - `idReceipt` string
    - `idFlowReporting` string
    - `status` 'PO_UNPAID' | 'PO_PAID' | 'PO_PARTIALLY_REPORTED' | 'PO_REPORTED'
    - `lastUpdatedDate` string, date-time
    - `paymentOptionMetadata` PaymentOptionMetadataModelResponse[]
      - `key` string
      - `value` string
    - `transfer` TransferModelResponse[]
      - `organizationFiscalCode` string
      - `companyName` string
      - `idTransfer` string
      - `amount` integer
      - `remittanceInformation` string
      - `category` string
      - `iban` string
      - `postalIban` string
      - `stamp` Stamp
        - `hashDocument` string, required — Document hash type is stBase64Binary72 as described in https://github.com/pagopa/pagopa-api.
        - `stampType` string, required — The type of the stamp
        - `provincialResidence` string, required — The provincial of the residence
      - `insertedDate` string, date-time
      - `status` 'T_UNREPORTED' | 'T_REPORTED'
      - `lastUpdatedDate` string, date-time
      - `transferMetadata` TransferMetadataModelResponse[]
        - `key` string
        - `value` string

## Other responses

- `401` — Wrong or missing function key.
- `403` — Forbidden
- `404` — No debt position found.
- `500` — Service unavailable.

---

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