# How To Process A Sale

{% stepper %}
{% step %}

#### Enter the **payment amount** and tap **Card**.

{% endstep %}

{% step %}

#### The customer can:

* **Insert, swipe, or tap** their card/device, or
* Select other payment options, such as **Klarna**.
  {% endstep %}

{% step %}

#### The terminal will connect to the payment processor and receive **approval**.

{% endstep %}

{% step %}

#### Choose a **receipt option**.

{% endstep %}
{% endstepper %}

#### [<mark style="color:$success;">Back to P630 - How To Guides</mark>](#back-to-p630-how-to-guides)


---

# 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://helpcenter.verifone.com/p630-how-tos/how-to-process-a-sale.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.
