# 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: 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.norrnext.com/stripe-for-virtuemart/getting-started.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.
