# Payment Method Properties

## Name

Internal name for the payment method.

## Payment Method

The type of payment.

{% hint style="info" %}
"Open" can be used to create a new payment tender.
{% endhint %}

## Payment Machine Partner  (Card only)

The payment provider used for processing card transactions.

## Is Integrated (Card only)

Indicates whether the card payment method is connected directly to a payment terminal integration or processed manually.

## List Order

Determines the sequence in which this payment method appears in the POS payment screen.

## Active?

Specifies whether the payment method is currently enabled or disabled in the system.

## Opens Drawer

Defines if the cash drawer automatically opens when this payment method is selected (commonly enabled for Cash payments).

## List Visible

Indicates whether this payment method is visible in the POS interface for staff selection.

## Available for Call Center

Specifies whether this payment method can be used for transactions placed via the call center system.


---

# 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.bossithq.com/payments-management/payment-method-properties.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.
