# Stripe

Using Stripe, you can do the following:

* View your top Stripe customers alongside customer data stored in other Data Sources
* Share limited Stripe data with your team or external stakeholders
* Keep your account team alerted to upcoming renewals, cancellations, and delinquencies
* Do refund or subscription cancellation inside your app

Jet syncs the following Stripe data:

* Charges
* Customers
* Disputes
* Invoices
* Plans
* Products
* Refunds

### 1. Get Your Secret API Key

To get your Secret API Key you need to sign up in [Stripe](https://stripe.com/). Then you need to find your Secret API Key:

![](/files/-MAx1U9-eShrK0Q8s4io)

Just click Reveal test key token to get your secret key.&#x20;

![](/files/-MAx2566KZRAO9B99j31)

### 2. Add to Jet Admin

Add Stripe to an existing project or connect Stripe as a resource when creating a new project. Copy your Secret API Key into the Secret Key field to connect the resource.

![](/files/-MjdCqL2ACtslcLT1UBC)


---

# 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.jetadmin.io/user-guide/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.
