# Card Payment

Card payments can be processed with either an integrated card payment or a non-integrated card payment.

## Integrated Card Payment

When a card terminal is integrated with the POS system, the two devices communicate directly. Once you select the card payment method on the POS, the exact amount is automatically sent to the terminal without the need to key it in manually. Once the customer completes the transaction on the terminal, the POS system is **automatically updated**, streamlining the checkout process and reducing the risk of manual errors.

> If a terminal that's supposed to be connected is not communicating due to a technical issue (such as Wi-Fi disconnection), a **"Force payment"** option will appear. In this case, you can proceed with **Force payment** to manually finalize the payment process.

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

## Non-Integrated Card Payment

In a **non-integrated** setup, selecting the **Card** payment method on the POS will **not attempt any device connection**. Instead, the system will **immediately register the payment**, functioning similarly to how a cash payment is recorded.


---

# 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/pos/order-creation/checkout/payments/payment-types/card-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.
