# Stripe

## Requirements

<table><thead><tr><th width="190.3125">Parameter</th><th>Description</th></tr></thead><tbody><tr><td><strong>API Key</strong></td><td>Stripe Secret API Key. Used in all authenticated Stripe client calls.</td></tr></tbody></table>

### Integrating with Stripe

To enable the Stripe integration in Teleskope:

1. Navigate to **Integrations** in the Teleskope UI.
2. Select **Stripe** from the list of available third-party vendors.
3. Provide the required credentials:

* **Select API Key** (your Stripe account’s live secret key)

4. Click **Save** to activate the integration.

Once enabled, Teleskope can automatically issue deletion and retrieval requests to Stripe for qualified data subject rights requests.

### **Supported Endpoints & Identifiers**

| Endpoint                       | Default Identifier Types |
| ------------------------------ | ------------------------ |
| CUSTOMER                       | Email, Phone Number      |
| BANK\_ACCOUNT                  | Email                    |
| CARD                           | Email                    |
| PAYMENT\_METHOD                | Email                    |
| SUBSCRIPTION                   | Email                    |
| TAX\_ID                        | Email                    |
| INVOICE                        | Email                    |
| CREDIT\_NOTE                   | Email                    |
| CHARGE                         | Email                    |
| PAYMENT\_INTENT                | Email                    |
| SETUP\_INTENT                  | Email                    |
| CUSTOMER\_BALANCE\_TRANSACTION | Email                    |

### Parameter Defaults

Teleskope’s Stripe integration enforces the following default behavior:

<table><thead><tr><th width="228.78515625">Parameter Name</th><th width="149.98828125">Default Value</th><th>Notes</th></tr></thead><tbody><tr><td><strong>identifier type</strong></td><td>Email</td><td>Always used for Customer Search in Stripe. Supports Phone Number.</td></tr><tr><td><strong>pagination limit</strong></td><td>100</td><td>Max Stripe API page size.</td></tr></tbody></table>

Refer to Stripe's [deletion](https://docs.stripe.com/api/customers/delete) documentation.


---

# 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.teleskope.ai/the-platform/data-subject-rights/enroll-third-party-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.
