# What is an Outgoing Payment?

An outgoing payment is any payment that is going toward a vendor, customer, or third party and is distinct from settling a bill or invoice. Outgoing payment is made when you want to make any payment right away.

### Creating an Outgoing Payment

Creating an outgoing payment involves entering header-level information, including the payment and payee details. After entering the basic details, you can then proceed to add the items and tax adjustment lines.&#x20;

{% hint style="info" %}
*To create an outgoing payment, go to Menu > Accounting > Outgoing Payments*
{% endhint %}

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

#### Outgoing Payment Header Fields

<table><thead><tr><th width="184">Field</th><th>Description</th></tr></thead><tbody><tr><td>Payment Method</td><td>This field allows you to select the payment method, such as cash, cheque, card, etc. </td></tr><tr><td>Payment Account</td><td>Select the payment account for the transaction. This account will get credited for the outgoing payment.</td></tr><tr><td>Payee</td><td>This field allows you to specify the entity this outgoing payment is going to.</td></tr><tr><td>Memo</td><td>If required, enter a memo for the outgoing payment.</td></tr><tr><td>Address</td><td>This field displays the address of the outgoing payment. When an entity is selected, this field is automatically filled with the corresponding address.</td></tr><tr><td>Project/Class</td><td>This field allows you to select a Project/Class to associate with the outgoing payment.</td></tr><tr><td>Ref Number</td><td>This field allows you to enter a reference number for the outgoing payment for tracking purposes.</td></tr><tr><td>Date</td><td>Enter the transaction date for the outgoing payment.</td></tr><tr><td>Payment Amount</td><td>This is the total payment amount, it must be equal to the sum of all payment lines below. Click on the "calculator" icon beside the field to re-calculate the payment amount.</td></tr><tr><td>Exchange Rate</td><td>If the payee is a foreign entity, this field allows you to specify the conversion rate for currency exchange.</td></tr><tr><td>Cheque Number</td><td>This field applies if the payment method is cheque. Enter a number here, or click the "Search" icon to automatically generate the next cheque number from the system – it is incremented from the previous number.</td></tr><tr><td>Print Later?</td><td>Select this option to print the cheque number later from the queue.</td></tr></tbody></table>

{% hint style="info" %}
Please note that the fields marked with an asterisk \* suffix are required fields.
{% endhint %}

### Adding Lines to an Outgoing Payment

After entering the header-level information, you'll proceed to select and add the expense account entries and make any tax adjustments, if required.

#### Outgoing Payment Lines Header Fields

<table><thead><tr><th width="182">Section</th><th width="190">Field</th><th>Description</th></tr></thead><tbody><tr><td>Items</td><td>Store (Optional)</td><td>Select a store to associate with the payment line, if required. </td></tr><tr><td>Items</td><td>Entity (Optional)</td><td>Select an entity to associate with the payment line, if required.</td></tr><tr><td>Items</td><td>Expense Account</td><td>Select an expense account for the payment line. This account will get debited for the outgoing payment.</td></tr><tr><td>Items</td><td>Amount</td><td>Enter an amount for the payment line.</td></tr><tr><td>Items</td><td>Tax</td><td>Select a tax code for adding an expense line.</td></tr><tr><td>Items</td><td>Memo</td><td>This field allows you to add any additional information or notes, if required, for adding an expense line.</td></tr><tr><td>Items</td><td>Project/Class</td><td>Select a project or class to associate this payment line with.</td></tr><tr><td>Tax Adjustments</td><td>Tax Adjustment Item</td><td>Select the tax type to adjust.</td></tr><tr><td>Tax Adjustments</td><td>Adjustment Amount</td><td>Enter the amount to adjust by, negative or positive.</td></tr><tr><td>Tax Adjustments</td><td>Memo</td><td>Enter a memo for the adjustment for reference purposes, if required.</td></tr></tbody></table>

After filling in the header fields, click on "Add" to add the item line(s).

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

The item lines will be reflected in the details section below.

<figure><img src="/files/3y229Hr0pm6VR40UC5k8" alt=""><figcaption></figcaption></figure>

#### Outgoing Payment Lines Detail Fields

<table><thead><tr><th width="152">Field</th><th>Description</th></tr></thead><tbody><tr><td>Store</td><td>This is an editable that displays the store of the payment line.</td></tr><tr><td>Account</td><td>This field shows the expense account corresponding to the payment line. Click on the amount to edit.</td></tr><tr><td>Amount</td><td>This field shows the amount corresponding to the payment line. Click on the amount to edit.</td></tr><tr><td>Tax Code</td><td>This is an editable field that shows the tax code applied on the payment line.</td></tr><tr><td>Entity</td><td>This field displays the entity associated with the payment line, if any.</td></tr><tr><td>Memo</td><td>This is an editable field that allows you to add any additional information related to the payment line.</td></tr><tr><td>Project/Class</td><td>This is an editable field that shows the project/class associated with the payment line.</td></tr></tbody></table>

After adding the item(s), click on the "Save" button to create an outgoing payment.

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

The system will automatically assign a unique number to the outgoing payment in the format of OP000001, where "OP" denotes the outgoing payment and 1 denotes a sequential series. This number will be displayed on the top left corner of the page. Once this number is generated, it becomes a permanent identifier and cannot be altered.

<figure><img src="/files/wrzlvMk02Au2jCwsu4pw" 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.xorosoft.com/xoroerp-1/accounting/outgoing-payment/what-is-an-outgoing-payment.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.
