> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/integrations/zuora-integration/configuring-payment-gateways/configuring-payment-type/how-to-add-an-invoice-as-a-payment-option.md).

# Add Invoice as Payment Option

Limio simplifies B2B invoicing by enabling you to integrate various payment methods, including sending invoices to customers.

### Adding 'Invoice' as a Payment Method in Limio

To set up 'Invoice' as a payment method, follow these steps:

1. Select an **Offer** and click on it to edit.
2. Locate the **Payment Types** section in the Offer's attributes.
3. From the **Payment Type** dropdown menu, select **Invoice**.

Your selected Offer will now use 'Invoice' as its payment method in the checkout. No electronic payment method will be created when the order is submitted.

### Specify the Payment Method ID for Invoice Payments

From Limio App release 93.0 onwards, you can configure a **Zuora Payment Method ID** in the **General Settings > Zuora** section. This ID is transmitted to Zuora when an order is completed in Limio, enabling the categorisation of the 'Invoice' payment method in Zuora.

### How to Configure the Zuora Payment Method ID:

1. Navigate to **General Settings > Zuora** in the Limio App.
2. Locate the field labelled **Zuora Payment Method ID for Invoice Payments**.
3. Enter the desired Payment Method ID.
4. Click **Save** to apply the changes.

This ensures that orders sent to Zuora with the 'Invoice' payment method are properly categorised.

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


---

# 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.limio.com/integrations/zuora-integration/configuring-payment-gateways/configuring-payment-type/how-to-add-an-invoice-as-a-payment-option.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.
