> For the complete documentation index, see [llms.txt](https://docs.norrnext.com/stripe-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/stripe-for-virtuemart/getting-started.md).

# Getting started

Using Stripe your business can accept all major debit and credit cards from customers in every country in 135+ currencies. Stripe supports additional payment methods to accept payments: Klarna, Sofort, iDEAL, giropay, Bancontact, EPS, Google Pay, Apple Pay and etc.

We offer 2 payment plugins for VirtueMart:

* [Stripe for VirtueMart](https://norrnext.com/ecommerce/virtuemart/stripe-for-virtuemart)
* [Stripe Checkout for VirtueMart](https://norrnext.com/ecommerce/virtuemart/stripe-checkout-for-virtuemart)

### System requirements

| Minimum                                                                | Recommended     |
| ---------------------------------------------------------------------- | --------------- |
| Joomla 3.9+ and Joomla 4.2+                                            | Joomla 5+       |
| VirtueMart 3.8+                                                        | VirtueMart 4.2+ |
| PHP 8.0 (for actual plugin's version) and PHP 7.4 for Joomla 3 edition | PHP 8.3         |

There are versions for older Joomla 3.8 and VirtueMart 3.8. Such editions require the minimum PHP version is 7.4.

{% hint style="info" %}
Please make sure your site has a valid SSL certificate
{% endhint %}

### Video tutorials

Two Stripe plugins have differences. Below are two video guides covering both editions.

#### Stripe for VirtueMart

A step-by-step video tutorial for **Stripe for VirtueMart** plugin:

{% embed url="<https://youtu.be/CvB-YQisLdY?si=ACyB1uBG1N9TtAyE>" %}
**Stripe for VirtueMart step-by-step video guide**
{% endembed %}

#### Stripe Checkout for VirtueMart

A step-by-step video tutorial for **Stripe Checkout for VirtueMart** plugin:

{% embed url="<https://youtu.be/EJY3Kb3fQDw>" %}
**Stripe Checkout for VirtueMart step-by-step guide**
{% endembed %}


---

# 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/stripe-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.
