# Stripe

![Stripe Logo](/files/e3828b47929a6ee78f8a1c114feb2c7f8d8176ce)

LicenseSpring supports creating orders and maintaining subscriptions through our custom Stripe integration solution. Stripe serves as a single source of truth where both customer and order details received from Stripe webhook events are used to create orders and licenses and renew or cancel subscriptions in LicenseSpring platform.

Steps needed to implement Stripe integration to your own LicenseSpring platform account are described in the next page. For any questions please contact our customer support.

**Additional Resources:**

* [Stripe Documentation](https://stripe.com/docs)
* [Stripe API Documentation](https://stripe.com/docs/api)


---

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