> For the complete documentation index, see [llms.txt](https://docs.norrnext.com/unzer-hpp-for-virtuemart/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.norrnext.com/unzer-hpp-for-virtuemart/getting-started.md).

# Getting started

Enhance your VirtueMart online store by integrating the **Unzer Hosted Payment Page (HPP) payment plugin**, enabling you to accept payments through a variety of methods supported by Unzer. Enabling additional payment methods in **Unzer** allows merchants to offer greater flexibility at checkout, catering to diverse customer preferences across regions. This can lead to higher conversion rates, reduced cart abandonment, and improved customer satisfaction by supporting local and global options such as credit cards, PayPal, Klarna, SEPA, and more.

Hosted Payment Page (HPP) is a ready-made Unzer hosted website containing your payment methods mix. When a customer selects the pay-button in your online shop, they are redirected to the Hosted Payment Page. They can then make the payment using their desired option. After the payment is completed they are redirected back to your shop.

For more information about the Unzer Payment plugin, visit the [product page](https://norrnext.com/ecommerce/virtuemart/unzer-hpp-for-virtuemart).

### System Requirements

| Minimum          | Recommended      |
| ---------------- | ---------------- |
| Joomla 3.10+     | Joomla 5.x       |
| VirtueMart 4.0.+ | VirtueMart 4.0.+ |
| PHP 7.4          | PHP 8.3          |

{% hint style="warning" %}
Your site must have a valid SSL certificate (TLS 1.2+) to ensure card details of your customers are safe.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.norrnext.com/unzer-hpp-for-virtuemart/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
