Debt Positions API
Return the details of a specific debt position.
get/organizations/{organizationfiscalcode}/debtpositions/{iupd}
Path parameters
organizationfiscalcodestring required
Organization fiscal code, the fiscal code of the Organization.
iupdstring required
IUPD (Unique identifier of the debt position). Format could be <Organization fiscal code + UUID> this would make it unique within the new PD management system. It's the responsibility of the EC to guarantee uniqueness. The pagoPa system shall verify that this is true and if not, notify the EC.
Response
Obtained debt position details.
Example response
{
"paymentOption": [
{
"transfer": [
{
"stamp": {
"provincialResidence": "RM"
}
}
]
}
]
}