> For the complete documentation index, see [llms.txt](https://docs.openstamanager.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openstamanager.com/faq/fatturazione-elettronica/fattura-pa.md).

# Split payment e reverse charge

{% hint style="info" %}
La pubblica amministrazione richiede **split payment** o **reverse charge**. Come gestire questi due parametri in **OpenSTAManager**?
{% endhint %}

## Split payment

Creando una fattura di vendita è possibile abilitare lo **split payment** spuntando la casella sotto indicata.

![](/files/-LcHBhnEtA8hqvpjqtzV)

Così facendo nella tabella **Righe** il **Totale** sarà annesso **IVA** mentre il **Netto a pagare** è senza **IVA** perché sarà la pubblica amministrazione a contribuire l'imposta relativa alla transazione\*\*,\*\* come nell'esempio che segue:

![](/files/-LcHDwFaC4slZDp6MVLY)

## Reverse charge

Il reverse charge è applicabile ad una **Riga** selezionandolo nel campo **Iva,** come nell'esempio che segue:

![](/files/-LcHH9ATvRLy9qtH_NKt)

Il riferimento normativo del ***reverse charge*** IVA in Italia è rappresentato dall'*articolo 17*, commi 5 e 6.

Quindi, per applicare il **reverse charge** andrò a selezionare Art.17,6, ottenendo così il seguente risultato:

![](/files/-LcHIrmcuBVxJWZFzkvM)

Si può quindi notare che non viene applicata l'**IVA** al secondo *record* .

### Particolarità

Nella creazione di un'anagrafica **Cliente** è possibile abilitare lo \*\*split payment,\*\*così facendo, ogni qualvolta creo una fattura verso quel cliente, il campo **split payment** sarà già spuntato.

![Split payment spuntato in Anagrafica](/files/-LcV5ML--RQQSAFFUoM-)

![Split payment automaticamente spuntato nella fattura di vendita](/files/-LcV5RbAOcl8L2I_t829)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.openstamanager.com/faq/fatturazione-elettronica/fattura-pa.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
