# Stripe Billing Overview

Limio supports Stripe as a standalone billing provider via **Stripe Connect**. With Stripe Billing, you can manage subscriptions, process payments, and handle customer accounts directly through Stripe.

## Setting Up

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

## Manage Pricing

Configure how Limio Offers map to Stripe Products and Prices.

* [Manage Pricing Overview](/integrations/stripe-billing-integration/manage-pricing.md) — How pricing works with Stripe
* [Stripe Product Code](/integrations/stripe-billing-integration/manage-pricing/stripe-product-code.md) — Link Limio Products to Stripe Products
* [Using Limio Price with Stripe](/integrations/stripe-billing-integration/manage-pricing/using-limio-price-with-stripe.md) — Configure subscription pricing, billing intervals, and anchor dates

## Manage Payments

Configure payment methods and understand how payments are processed.

* [Manage Payments Overview](/integrations/stripe-billing-integration/manage-payments.md) — Payment processing with Stripe Connect
* [Configure Payment Methods](/integrations/stripe-billing-integration/manage-payments/configure-payment-methods.md) — Enable Card, BACS Direct Debit, and other payment methods

## How Limio Updates Stripe

Once configured, Limio processes customer actions and updates Stripe accordingly. See [How Limio Events Update Stripe](/integrations/keeping-stripe-and-limio-in-sync/how-limio-events-update-stripe.md) for the full event-to-API mapping.


---

# 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.limio.com/integrations/stripe-billing-integration/stripe-billing.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.
