# Configure Nexi UPC Integration

This document will guide you on creating a Nexi UPC integration in Limio.

* Firstly you will need to navigate to the Integration tab of the Limio shop settings and then click the Nexi button located at the bottom left-hand side of the page.

<figure><img src="/files/71h2KqjwZFExay3BHqIc" alt=""><figcaption></figcaption></figure>

* A modal will pop-up. Here you can enter the following details:
  * Environment Variable: INTEG for development or PROD for production
  * Key: Your Nexi API key
  * Secret: Your Nexi secret
  * Fields mapping from payment response to Zuora Payment Method Object: This gives the option to map values from the Nexi response and send those onto Zuora with your desired naming convention
  * Payment Method Type Name in Zuora
  * Payment Gateway Name Used in Zuora
* Click save and your integration details will be saved.<br>

  <figure><img src="/files/QUtj6COxIt3ADFvoh0Vu" alt=""><figcaption></figcaption></figure>
* Next you'll need to add a new payment method type to the offers template. To do this Navigate to the config section of the Limio App. You can do this by:
  * Clicking the Limio logo in the top left corner of the page.
  * Clicking the config tab at the bottom left of the page
  * Click the templates drop down arrown
  * Click the offers button
* Scroll down in the page until you see the Payment Methods offer attribute.
  * Click the down down arrow
  * Click the plus symbol
  * The label can be called anything you wish
  * The value needs to be set to nexi
* Then click save

<figure><img src="/files/dKdR2oKfrqKrt5N7Cc6h" alt=""><figcaption></figcaption></figure>


---

# 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.limio.com/integrations/zuora-integration/configuring-payment-gateways/how-configure-a-nexi-upc-integration-in-limio.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.
