> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/purchase/vendor-credit/what-is-vendor-credit/applying-vendor-credit.md).

# Applying Vendor Credit

Vendor credits can be applied directly while making a bill payment. This is useful when a vendor has an available credit balance that can be used to reduce or fully offset the amount due on a bill. Applying vendor credits during payment helps ensure that outstanding credits are utilized efficiently and vendor balances remain accurate.

### Applying Vendor Credit to a Bill

To apply a vendor credit to a bill, follow the steps below:

1. Open the required Bill and click **Options → Pay Bill**.

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

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

2. On the **Bill Payment** screen, click on the amount displayed under the **Credit** column for the bill to which you want to apply the vendor credit.

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

3. The **Add Credit** window opens and displays all available vendor credits for the selected vendor under the **Vendor Credits** tab.
4. If you want to apply a specific credit amount, click the value under the **Apply** column, enter the amount to apply, and click the **Tick** icon to confirm.

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

<figure><img src="/files/6iBifWbQecqjSUoWzQQY" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/0yoNm337hx1Sjaxx5XiB" alt=""><figcaption></figcaption></figure>

5. Now, select the required **Payment Method** and verify the remaining **Pay Amount**.

<figure><img src="/files/56y6zI3MdQPukDhvkRAw" alt=""><figcaption></figcaption></figure>

6. Click **Pay Bill** (or **Pay Selected Bill(s)**) to complete the payment.

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

7. If the **selected payment method** is **Cheque**, enter the **cheque number** and click **Save & Pay Bills**.

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

8. Once the payment is processed successfully, the bill status is updated accordingly, and the applied vendor credit is reflected against the bill.

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

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

### Refunding a Vendor Credit

If a vendor refund needs to be issued instead of applying the vendor credit to a bill, you can record the refund directly from the **Vendor Credit Centre**. This is useful when the vendor has refunded the amount through a payment method such as a credit card, cash, or bank transfer.

To record a vendor refund, follow the steps below:

1. Navigate to **Menu → Purchase → Vendor Credit → Vendor Credit Centre** and select the required vendor credit record.
2. Right-click the vendor credit and select **Refund Balance**.

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

3. The **Vendor Refund** window opens with the vendor credit details automatically populated.

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

4. Select the appropriate **Refund Via** payment method (for example, **Credit Card**) and complete the required refund details.
5. Click **Record Refund** to post the vendor refund.

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

6. Once the refund is recorded successfully, the refunded amount is deducted from the vendor credit balance, and the vendor credit status changes to **refunded** in the **Vendor Credit Centre**.

<figure><img src="/files/PHZqIgFp6nTVFsV8HFPv" 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.xorosoft.com/xoroerp-1/purchase/vendor-credit/what-is-vendor-credit/applying-vendor-credit.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.
