# Stripe

## Connect to Stripe Via API

Establish the connection between your Stripe account(s) and LTV Numbers

{% embed url="<https://youtu.be/JZv4fMy6xgY>" %}

1. [Log into LTV Numbers](https://app.ltvnumbers.com)
2. In LTV Numbers’ side navigation bar, go to the "Settings" tab
3. In the Stripe Integrations section, click "Connect with Stripe"
4. Log into your Stripe account if you're not already logged in
5. Select the appropriate Stripe account to connect
   * Note: this step requires Stripe owner-level permissions
6. Click "Connect" to create the Stripe integration
   * Note: this process only establishes the connection to Stripe; it does not does not initiate the data sync
7. Repeat the above steps as necessary to connect any additional Stripe accounts

## Stripe Data Sync

{% hint style="warning" %}

### **IMPORTANT**

Only proceed if you have a thorough understanding of your data. If you have any questions or need help, reach out to our support team. This process cannot be undone, edited later, or stopped part way through.
{% endhint %}

### Read the Documentation&#x20;

1. Carefully and thoroughly read the Stripe Data Integration documentation on the Stripe Data Integration page until you understand it&#x20;

### Decide Which Data Type Is Appropriate For Your Business&#x20;

1. Be sure you understand the Stripe Data Integration documentation and how it relates to your data needs
2. Select the appropriate Data Type that provides the data you want **without introducing redundancy or duplicate records** from your other data sources
3. Double check that you've selected the appropriate Data Type
4. Click Sync Data
   * Note: this process may take some time to complete

## Stripe Limitations And Notes

* Initial payments need to be in place prior to syncing Stripe data (webhook setup and historical data loaded in already). Cart platforms such as Clickfunnels historical data contain the initial sale that are associated to the subscription but don't actually contain the payment.
  * Note: when uploading historical data, there is no need to worry about duplicate sales records


---

# 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.ltvnumbers.com/data/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.
