The payment type OUTSTANDING is used to report uncollected amounts ("corrispettivo non riscosso"). It applies when goods or services have already been provided, but the customer has not yet paid.
In this case, the transaction is considered completed, while the payment remains pending and will be settled at a later time.
To correctly record the "Totale non riscosso" (uncollected total) on the commercial document:
- Set
payments[].type: "OUTSTANDING" - Add
payments[].conceptand specify whether it relates to: aGOOD("Credito per cessione di bene consegnato"), aSERVICE("Prestazione di servizi"), or, from version 2026-06-01, an ongoing service provision with an invoice issued at the end of the period (INVOICE– flag in the "Emissione fattura" box).
Example of an outstanding payment for a good
{
"content": {
"type": "TRANSACTION",
"record": {
"id": "{{recordIntentionIdA}}"
},
"operation": {
"type": "RECEIPT",
"document": {
"number": "INV-12345",
"total_vat": {
"amount": "7.21311475",
"exclusive": "32.78688525",
"inclusive": "40.00"
}
},
"entries": [
{
"type": "SALE",
"details": {
"concept": "GOOD"
},
"data": {
"type": "ITEM",
"text": "Product A",
"unit": {
"quantity": "1",
"price": "40.00"
},
"value": {
"base": "32.78688525"
},
"vat": {
"type": "VAT_RATE",
"code": "STANDARD",
"percentage": "22.00",
"exclusive": "32.78688525",
"inclusive": "40.00",
"amount": "7.21311475"
}
}
}
],
"customer": {
"type": "EXTERNAL"
},
"payments": [
{
"type": "OUTSTANDING",
"details": {
"amount": "40.00"
},
"concept": "GOOD"
}
]
}
}
}
Note: the example above reflects the payload structure prior to version 2026-06-01. Starting from that version, some fields in the payload structure have changed; see Key changes in SIGN IT 2026-06-01 for more information.
How it is represented in the Online Commercial Document web procedure
What to do when the payment is received?
For goods (
For services (
For goods (
GOOD), the initial receipt — issued with OUTSTANDING payment (uncollected) — is sufficient: the chargeable event for VAT purposes is already perfected at delivery, so no further document is needed when payment is received; it is enough to keep or reference the corresponding proof of payment.For services (
SERVICE), on the other hand, since VAT taxable event occurs upon collection of payment, the appropriate treatment may depend on how the initial document was issued and transmitted. To avoid any risk of double reporting, we strongly recommend confirming the correct approach with your tax advisor.
Note:
fiskaly is not allowed to provide tax advice. For tax-related questions, contact your tax advisor, tax auditor, or lawyer.
fiskaly is not allowed to provide tax advice. For tax-related questions, contact your tax advisor, tax auditor, or lawyer.