# Terminal Payments

## How to Process a Card Terminal transaction in the POS

1. In the Sales Register, scan an item.
2. Click on the **Pay** button.

<figure><img src="/files/8NR2th6XQP7rgdLrr7kB" alt=""><figcaption></figcaption></figure>

3. Click on the integrated Credit/Debit button. This will open a progress bar and send the amount to the terminal.

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

4. After the customer taps, swipes, or inserts their card, an approval or decline message will appear.

   a. If the transaction is approved, click the **DONE** button.

   b. If the transaction is declined, click the **Credit/Debit** button and ask the customer to try again with the same or a different card depending on the decline message.

   c. If the transaction is approved, click the **DONE** button.

<figure><img src="/files/Kd1rGReQFVui3BlKOxQE" 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://help.takulabs.io/apps/payments/in-person-payments/taku/terminal-payments.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.
