# Professional

Il modulo permette di **connettere un negozio Magento a Banca Sella** anche in modalità "**Webservice**" per un profilo Professional. Il modulo presenta nella sezione pubblica del carrello (checkout) solamente l'informazione di reindirizzamento verso il server sicuro della Banca Sella. La transazione viene eseguita dopo **essere stati reindirizzati** nel sito della Banca Sella.

Questo profilo richiede la configurazione dell'URL di risposta.

## URL di Risposta

Per poter ricevere le notifiche dello status della transazione di pagamento Banca Sella richiede degli URL che puntino al proprio negozio Magento. Nel caso del modulo Banca Sella Professional bisogna impostare i seguenti URL con le dovute modifiche in base al vostro dominio:

#### MAGENTO 1.x

* **URL per risposta positiva:**

  <http://www.vostrodominio.it/bancasella/index/response>
* **URL per risposta negativa**&#x20;

  <http://www.vostrodominio.it/bancasella/index/response>
* **URL Server to Server**&#x20;

  <http://www.vostrodominio.it/bancasella/index/s2s>

#### Magento 2.x

Per quanto riguarda Magento 2 i link sono differenti. Bisogna indicare il nome del gateway utilizzato dentro il link. I nomi dei gateway sono:&#x20;

1. hosted
2. masterpass
3. moto
4. mybank
5. paypal

* **URL per risposta positiva:**

  <http://www.vostrodominio.it/bancasella/\\[GATEWAY]/notify>
* **URL per risposta negativa**&#x20;

  <http://www.vostrodominio.it/bancasella/\\[GATEWAY]/notify>
* **URL Server to Server**&#x20;

  <http://www.vostrodominio.it/bancasella/\\[GATEWAY]/s2s>


---

# Agent Instructions: 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:

```
GET https://docs.bancasella.shinesoftware.it/configurazione-gestpay/professional.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
