# Connect my Stripe account

### Prerequisites

Before starting, make sure that:

* You are the administrator of your Stripe account.
* Your Stripe API key (Publishable key and Secret key) is on hand.
* Your Fincome environment allows OAuth redirects or manual entry of API keys (HTTPS required).

### Overview of the integration

The Stripe ↔ Fincome integration automatically syncs the following entities from Stripe into Fincome:

* Customers
* Products & Prices
* Subscriptions
* Invoices & Invoice Line Items
* Credit Notes / Credit Memos (CreditNotes & CreditNoteLineItems)
* Billing events (webhooks invoice.updated, etc.)

These data are transformed in Fincome to produce key metrics such as **MRR** and its variations (new, expansions, contractions, churn), **customer churn** and financial churn, the **subscription cohorts,** the**analysis of discounts** (temporary and permanent), **monthly revenue recognition** and **multi-currency breakdown** (automatic conversion).&#x20;

### Integration steps

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/dr979wquop>" %}

1. Connect to Stripe from Fincome
2.

```
1. Log in to your Fincome account.
```

```
2. Go to Settings
3. In the Data tab, click Connect a new billing system.
4. Select Stripe.

<figure><img src="/files/dcfe1ee8f655763c042a1fe5886e27eb615aa34c" alt=""><figcaption></figcaption></figure>
```

3\.

1. Click confirm
2. Once the connection is established, the initial sync starts automatically.

### Verify the integration

* In Fincome, Sources tab: status of the last sync.
* Check that the lists Customers, Subscriptions, Invoices are populated and up to date.


---

# 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://help.fincome.co/en/guide/sources/connect-my-stripe-account.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.
