> For the complete documentation index, see [llms.txt](https://docs.zero.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zero.inc/features/integrations/stripe.md).

# Stripe

Connecting Stripe to Zero gives your team visibility into billing and subscription data right inside the CRM. It links customer payment activity with customer records, so every invoice, subscription, and payment is tied to the right account.

With this integration, you can:

* View invoice and payment history
* Track open and late payments
* Show your customer's Lifetime Revenue

***

## How to connect Stripe to Zero

{% stepper %}
{% step %}
In Stripe, go to **Dashboard → API Keys**, and create a new restricted key.\
\&#xNAN;*(Requires privileges in your Stripe account to create API keys.)*

<figure><img src="/files/bh2HHo1BqHeURB90mAlc" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Give the key the following **read** permissions:

* Customers
* Subscriptions
* Invoices
  {% endstep %}

{% step %}
In Zero, go to **Workspace Settings → Integrations**, find **Stripe** in the list of Integrations, and create a new connection.

* Select Stripe
* Paste the restricted API key
* Click **Connect Account**

<figure><img src="/files/m5VYuGAOw1GWOS11jkgL" alt=""><figcaption></figcaption></figure>

<br>
{% endstep %}

{% step %}
After connecting, you should see a confirmation in Zero that Stripe is connected.

<figure><img src="/files/oEEWz04J5Y6mM5TMXMhZ" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

## How the integration works

* Zero pulls in data about customers, invoices, and payments from Stripe.
* Zero matches Invoice and Payment data from Stripe based on the customer domain.
* The integration by default syncs recent data; full historical data may be pulled depending on your settings or upon request.

***

## Where the data appears in Zero

* You can add **Stripe-related properties** (invoices, subscription status, etc.) to your lists and views inside Zero.

<figure><img src="/files/lM0XIbDJzDcQUVGk8joL" alt=""><figcaption></figcaption></figure>

* In reports, you can include Stripe data by selecting the "Invoices" record type


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.zero.inc/features/integrations/stripe.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
