# UmbCheckout Documentation

{% hint style="warning" %}
There are license and subscription changes planned for V2.0.\
\
[Take a read in the GitHub Issue here](https://github.com/UmbHost/UmbCheckout/issues/97)\
\
[Discuss the change in the GitHub Discussion here](https://github.com/UmbHost/UmbCheckout/discussions/98)
{% endhint %}

{% hint style="success" %}
[Support for Umbraco 17 is planned for V2.1](https://github.com/UmbHost/UmbCheckout/issues/90)
{% endhint %}

UmbCheckout is an eCommerce solution for Umbraco v10 or v13 integrated with [Stripe Checkout](https://stripe.com/docs/payments/checkout).

If you need a lightweight eCommerce solution for a site powered by Umbraco V10 or V13 then UmbCheckout will allow you to make use of the Stripe Checkout service with minimal coding required.

Once the nuget package is installed it's completely possible to integrate it using the Views area of the Umbraco backoffice!

### Who These Docs Are For

**The documentation is aimed at developers** who have a basic understanding of Umbraco and at least an understanding of the Razor syntax.

The best place to start is the [Getting Started](https://app.gitbook.com/o/uDVI1KElzKJfw9ON52uk/s/h5UHoyl8SSRgUKuYYLss/) section for details how to install and carry out the initial configuration.

**Before you can use this package you will need a** [**Stripe account**](https://dashboard.stripe.com/register)**.**

### Where To Get Help

If you require further assistance please take a look at the [issue tracker](https://github.com/UmbHost/UmbCheckout/issues).

If you have a license with an active support subscription and require further assistance please [open a ticket here](https://my.umbhost.net/submitticket.php?step=2\&deptid=2).


---

# 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.umbcheckout.net/umbcheckout-documentation.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.
