# Creating a Payment Method

Most of the payment methods are already added to the XoroERP. If your business requires a payment method not already included in Xoro, adding it is a straightforward process. For instance, you might have a payment method for Visa credit card, but you now wish to accommodate payments made with Mastercard, you can easily include the "MasterCard" payment method within Xoro.

Creating a payment method involves entering the name of the payment method and choosing the type of payment method.

{% hint style="info" %}
To create a Payment Method, go to **Menu >  Admin > Company > Payment Methods > Payment Method**
{% endhint %}

#### Payment Method Fields

<table><thead><tr><th width="162">Field</th><th>Description</th></tr></thead><tbody><tr><td>Name</td><td>This field allows you to give a name to the payment method.</td></tr><tr><td>Method Type</td><td>This field allows you to select the type for the payment method. Click here to learn more about the payment method types.</td></tr></tbody></table>

Once you have filled out the details, click "Save" to create the payment method.

<div align="left"><figure><img src="/files/MTdZnMFy9Jsy2M38F8LU" alt=""><figcaption></figcaption></figure></div>

After the payment method is created, you can select this payment method when making or receiving a payment.

<figure><img src="/files/0Dsz5j4xAH4au1StWeOX" 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/admin/company/payment-method/creating-a-payment-method.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.
