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

# Getting Started with Stripe

## Guides in this Section

* [Stripe Connect Integration](/integrations/stripe-billing-integration/getting-started/stripe-connect-integration.md) — Link your Stripe account to Limio using Stripe Connect
* [Configure Stripe Payment Settings](/integrations/stripe-billing-integration/getting-started/configure-stripe-payment-settings.md) — Customise the Stripe Payment Element appearance and behaviour

## Overview

Limio integrates with Stripe via **Stripe Connect**, which uses OAuth-based onboarding to securely link your Stripe account to Limio. Once connected, Limio can create customers, manage subscriptions, and process payments on your behalf.

This is different from managing API keys directly. With Stripe Connect, Limio acts as a platform and connects to your Stripe account without you needing to share secret keys.

## Prerequisites

* A Stripe account ([create one at stripe.com](https://stripe.com))
* Access to Limio's Developer settings (Admin role required)


---

# 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:

```
GET https://docs.limio.com/integrations/stripe-billing-integration/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.
