> For the complete documentation index, see [llms.txt](https://docs.prestashop-project.org/1.7-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prestashop-project.org/1.7-documentation/italian/guida-utente/migliorare-negozio/gestire-pagamenti/metodi-di-pagamento.md).

# Metodi di Pagamento

La pagina "Metodi di pagamento" è piuttosto semplice, composta da due sezioni.

**Pagamento attivo**. I metodi di pagamento abilitati sul tuo negozio. Un pulsante di azione consente di gestire i moduli, con le stesse opzioni disponibili nella pagina Moduli.

**Gateway di pagamento consigliati**. A seconda delle impostazioni di posizione e del negozio, PrestaShop ti mostrerà i metodi di pagamento disponibili per il tuo Paese e per i mercati target. Puoi quindi scegliere di aggiungere metodi di pagamento rilevanti per le aspettative dei tuoi clienti. Alcuni moduli possono essere installati gratuitamente, mentre altri sono a pagamento. In questo ultimo caso, verrai reindirizzato ad Addons per acquistare il modulo, prima di poterlo installare.

## Installare un Modulo di Pagamento <a href="#metodidipagamento-installareunmodulodipagamento" id="metodidipagamento-installareunmodulodipagamento"></a>

L'installazione di un modulo di pagamento non è fondamentalmente diversa dall'installazione di un modulo normale: basta cliccare sul pulsante "Installa" e tutto quello che resta da fare è configurare il modulo.

Dovresti prestare molta attenzione alle impostazioni e assicurarti che facciano riferimento al tuo indirizzo e conto bancario. La configurazione dei moduli di pagamento spesso significa che devi prima essere noto al fornitore del servizio di pagamento, ossia occorre creare un account sul relativo servizio.

Video - 4 modi per migliorare la conversione con i pagamenti

[![](/files/-MDy-an4h9HHS6r1xXsy)](https://www.youtube.com/watch?v=i_wwnGt7JKM\&list=PLyZYn1MMU7-xT-L_zUyGnRBJmAuP6uc-c\&index=19)


---

# 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.prestashop-project.org/1.7-documentation/italian/guida-utente/migliorare-negozio/gestire-pagamenti/metodi-di-pagamento.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.
