> For the complete documentation index, see [llms.txt](https://docs.opencityitalia.it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opencityitalia.it/stanza-del-cittadino/gestione-delle-pratiche/gestire-le-pratiche-online/invia-una-richiesta-di-pagamento-posticipato-tramite-pagopa.md).

# Invia una richiesta di pagamento posticipato tramite PagoPA

## Inoltrare una richiesta di pagamento

Durante l'[accettazione della pratica](https://gitlab.com/opencity-labs/docs/-/blob/Operatore/manuale-opencity-italia-stanza-del-cittadino-v.3/gestione-delle-pratiche/gestire-le-pratiche-online/accetta-una-pratica/README.md), puoi:

* modificare i pagamenti [configurati dall'admin](https://gitlab.com/opencity-labs/docs/-/blob/Operatore/guida-alla-creazione-dei-servizi-digitali/creare-un-servizio/i-pagamenti-associati-al-servizio/integrare-un-servizio-digitale-con-i-pagamenti/README.md) (1);
* eliminare i pagamenti (2);
* aggiungere un pagamento (3).

## Annullare un pagamento

{% hint style="warning" %}
La funzione è attualmente prevista **solamente** per gli intermediari Iris e MyPay. Per altri intermediari, verifica la disponibilità con il tuo referente tecnico.
{% endhint %}

Come operatore puoi annullare un pagamento anticipato durante la [lavorazione della pratica](https://gitlab.com/opencity-labs/docs/-/blob/Operatore/manuale-opencity-italia-stanza-del-cittadino-v.3/gestione-delle-pratiche/gestire-le-pratiche-online/README.md).

Nei dettagli del pagamento associato, clicca su "Annulla pagamento" per ritirare il pagamento.

## Modificare le configurazioni del bilancio

{% hint style="info" %}
Le voci di bilancio da configurare cambiano in base all'intermediario di pagamento utilizzato.
{% endhint %}

Durante l'inserimento o la modifica di un pagamento posticipato, puoi modificare **per quel singolo pagamento** le configurazioni del bilancio inserite dall'admin.

Clicca su "Aggiungi bilancio" per inserire una o più configurazioni di bilancio.


---

# 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.opencityitalia.it/stanza-del-cittadino/gestione-delle-pratiche/gestire-le-pratiche-online/invia-una-richiesta-di-pagamento-posticipato-tramite-pagopa.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.
