# 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: 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.zero.inc/features/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.
